Fix import path

This commit is contained in:
Faisal Salman
2025-10-27 12:50:52 +07:00
parent 042c57cc10
commit cb9b50a81a
2 changed files with 5 additions and 3 deletions

View File

@@ -19,7 +19,7 @@ describe('Extensions', () => {
['Vehicles', 'vehicle', Vehicles]
]
.forEach(([desc, path, ext]) => {
const tests = require(`../data/ua/extension/${path}.json`);
const tests = require(`../../data/ua/extension/${path}.json`);
describe(desc, () => {
tests.forEach((test) => {
it(`Can detect ${test.desc}: "${test.ua}"`, () => {