fix import

This commit is contained in:
kakkokari-gtyih 2024-09-06 17:35:05 +09:00
parent f22a563a7b
commit 9ab924116b
1 changed files with 3 additions and 1 deletions

View File

@ -4,9 +4,11 @@
*/
import { describe, expect, it } from 'vitest';
import { I18n } from '@/scripts/i18n.js';
import { I18n } from '../../frontend-shared/js/i18n.js'; // @@で参照できなかったので
import { ParameterizedString } from '../../../locales/index.js';
// TODO: このテストはfrontend-sharedに移動する
describe('i18n', () => {
it('t', () => {
const i18n = new I18n({