mirror of
https://github.com/zen-browser/surfer.git
synced 2025-07-07 17:05:33 +02:00
✅ Setup jest
This commit is contained in:
parent
c1b3ae80f9
commit
9fd97ec564
3 changed files with 2043 additions and 22 deletions
6
jest.config.js
Normal file
6
jest.config.js
Normal file
|
@ -0,0 +1,6 @@
|
|||
/** @type {import('ts-jest/dist/types').InitialOptionsTsJest} */
|
||||
module.exports = {
|
||||
preset: 'ts-jest',
|
||||
testEnvironment: 'node',
|
||||
testMatch: ['src/**/*.test.ts'],
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue