Skip to content

Commit da9f64a

Browse files
committed
test: fix typo
1 parent 7e980e9 commit da9f64a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/unit/scripts/generate-en-meta-json.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { describe, expect, it } from 'vitest'
2-
import { makeEnMetaJson } from '#scripts/i18n-meta/update-en-meta'
2+
import { makeEnMetaJson } from '#scripts/i18n-meta/update-en-meta-json'
33

44
describe('Create en.meta.json', () => {
55
it('should handle an empty en.json file', () => {

0 commit comments

Comments
 (0)