Skip to content

Commit

Permalink
Tests: Switching from Vitest to Jest (#239)
Browse files Browse the repository at this point in the history
* config: installing jest to replace vitest

* tests: adapting extractPageMetadata tests

* docs: rm unused
  • Loading branch information
Hugo-COLLIN authored Jan 31, 2025
1 parent fda03c0 commit 9388851
Show file tree
Hide file tree
Showing 5 changed files with 3,303 additions and 2,170 deletions.
5 changes: 5 additions & 0 deletions jest.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
module.exports = {
preset: 'ts-jest',
testEnvironment: 'node',
testMatch: ['**/tests/**/*.test.ts'], // Only test files inside `tests/` folder
};
Loading

0 comments on commit 9388851

Please # to comment.