fix(refactor): add services/adapters/useCases
This commit is contained in:
@@ -7,7 +7,7 @@ describe("tests VTabulator component", () => {
|
||||
|
||||
vi.mock('tabulator-tables', () => {
|
||||
|
||||
const Tabulator = vi.fn(() => {
|
||||
const tabulator = vi.fn(() => {
|
||||
return {
|
||||
getHtml: () => {
|
||||
return '<div>test</div>'
|
||||
@@ -17,7 +17,7 @@ describe("tests VTabulator component", () => {
|
||||
|
||||
return {
|
||||
__esModule: true,
|
||||
TabulatorFull: Tabulator
|
||||
TabulatorFull: tabulator
|
||||
}
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user