This website requires JavaScript.
Explore
Help
Sign In
Upstream
/
bitwarden-browser
Watch
1
Star
0
Fork
0
You've already forked bitwarden-browser
mirror of
https://github.com/bitwarden/browser.git
synced
2024-11-04 09:01:01 +01:00
Code
Issues
Projects
Releases
Wiki
Activity
1d7360bfdd
bitwarden-browser
/
libs
/
node
/
tsconfig.spec.json
5 lines
67 B
JSON
Raw
Normal View
History
Unescape
Escape
Feature/move to jest (#744) * Switch to jest * Fix jslib-angular package name * Make angular test project * Split up tests by jslib project * Remove obsolete node test script * Use legacy deps with jest-preset-angular * Move web tests to common * Remove build from pipeline This was only being used because we were not using ts runners. We are now, so build is unnecessary
2022-03-28 16:00:42 +02:00
{
[EC-423] Fix unit tests (#3265) * Create base jest.config file * Fix various tests that were broken * Add maxWorkers to jest config * Undo change to testEnvironment * Enable tsconfig.spec.json
2022-08-11 03:35:08 +02:00
"extends"
:
"./tsconfig.json"
,
"files"
:
[
"./test.setup.ts"
]
Feature/move to jest (#744) * Switch to jest * Fix jslib-angular package name * Make angular test project * Split up tests by jslib project * Remove obsolete node test script * Use legacy deps with jest-preset-angular * Move web tests to common * Remove build from pipeline This was only being used because we were not using ts runners. We are now, so build is unnecessary
2022-03-28 16:00:42 +02:00
}
Reference in New Issue
Copy Permalink