mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-02 08:40:08 +01:00
4a1c3eb1ec
* Create base jest.config file * Fix various tests that were broken * Add maxWorkers to jest config * Undo change to testEnvironment * Enable tsconfig.spec.json
5 lines
67 B
JSON
5 lines
67 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"files": ["./test.setup.ts"]
|
|
}
|