Skip to content

Commit

Permalink
Import assertions
Browse files Browse the repository at this point in the history
  • Loading branch information
pfumagalli committed Feb 24, 2025
1 parent 7d8b7cb commit a481765
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/01-i18n.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ import { describe, expect, it } from 'vitest'

import { ISO_COUNTRIES, ISO_LANGUAGES } from '../lib'
import { makeTranslator } from '../lib/translator'
import countries from './data/iso_3166-1.json'
import languages from './data/iso_639-1.json'
import countries from './data/iso_3166-1.json' assert { type: 'json' }
import languages from './data/iso_639-1.json' assert { type: 'json' }

import type { Translator } from '../lib/translator'

Expand Down

0 comments on commit a481765

Please sign in to comment.