1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-06 00:13:28 +00:00

[SG-397] Configure jest for Desktop and add simple tests (#3467)

* Configure jest for Desktop and add simple tests

* Remove Jest from tsconfig types
This commit is contained in:
Robyn MacCallum
2022-09-15 12:31:15 -04:00
committed by GitHub
parent 669a3572b8
commit ed78f7e7cb
6 changed files with 123 additions and 1 deletions

View File

@@ -12,6 +12,7 @@ module.exports = {
projects: [
"<rootDir>/apps/browser/jest.config.js",
"<rootDir>/apps/cli/jest.config.js",
"<rootDir>/apps/desktop/jest.config.js",
"<rootDir>/apps/web/jest.config.js",
"<rootDir>/bitwarden_license/bit-web/jest.config.js",