Skip to content

Commit b0d2962

Browse files
committed
Attempting to fix import error again
1 parent f083306 commit b0d2962

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/templates.test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ describe('findBestLocaleMatch function', () => {
133133
});
134134

135135
// Mocking the manifest data
136-
jest.mock('@/web/templates/manifest.json');
136+
jest.mock('../web/templates/manifest.json');
137137

138138
describe('Template utilities', () => {
139139
// Reset all mocks after each test

0 commit comments

Comments
 (0)