Skip to content

Commit d1b381d

Browse files
committed
Testing if manifest mock is needed
1 parent e1258b2 commit d1b381d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/templates.test.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -132,8 +132,8 @@ describe('findBestLocaleMatch function', () => {
132132
});
133133
});
134134

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

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

0 commit comments

Comments
 (0)