Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kazupon committed May 16, 2024
1 parent 9a675d9 commit 9a7b1ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/bundle-utils/test/generator/json.test.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { readFile, validateSyntax } from '../utils'
import { readFile } from '../utils'
import { generate } from '../../src/json'

describe('code generation', () => {
Expand Down
2 changes: 1 addition & 1 deletion packages/bundle-utils/test/generator/yaml.test.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { readFile, validateSyntax } from '../utils'
import { readFile } from '../utils'
import { generate } from '../../src/yaml'
;['yaml', 'yml'].forEach(format => {
test(format, async () => {
Expand Down

0 comments on commit 9a7b1ef

Please sign in to comment.