mirror of
https://github.com/zen-browser/surfer.git
synced 2025-07-07 17:05:33 +02:00
✅ Add tests for config
This commit is contained in:
parent
9fd97ec564
commit
704a5e5006
5 changed files with 103 additions and 11 deletions
|
@ -2,5 +2,6 @@
|
|||
module.exports = {
|
||||
preset: 'ts-jest',
|
||||
testEnvironment: 'node',
|
||||
testMatch: ['src/**/*.test.ts'],
|
||||
testMatch: ['**/*.test.ts'],
|
||||
rootDir: 'src',
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue