Fix file path

This commit is contained in:
tai-cha 2025-05-12 09:43:38 +09:00
parent 832def9d3b
commit e298316df7
No known key found for this signature in database
GPG Key ID: 1D5EE39F870DC283
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
*/
import { describe, test, assert } from 'vitest';
import { createWordMuteInfo, checkWordMute } from '@/scripts/check-word-mute.js';
import { createWordMuteInfo, checkWordMute } from '@/utility/check-word-mute.js';
import { NoteMock } from './mocks.js';
type TestCases = {