Skip to content

Commit

Permalink
fix: import in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ubermanu committed Sep 9, 2023
1 parent 5fbff09 commit d897f57
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/plugin-js-translation/tests/plugin.test.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import magefront from 'magefront'
import { magefront } from 'magefront'
import fs from 'node:fs'
import path from 'node:path'
import process from 'node:process'
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-less/tests/plugin.test.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import magefront from 'magefront'
import { magefront } from 'magefront'
import fs from 'node:fs'
import path from 'node:path'
import process from 'node:process'
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-requirejs-config/tests/plugin.test.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import magefront from 'magefront'
import { magefront } from 'magefront'
import fs from 'node:fs'
import path from 'node:path'
import process from 'node:process'
Expand Down

0 comments on commit d897f57

Please sign in to comment.