mirror of
https://github.com/bitwarden/browser
synced 2026-01-08 19:43:45 +00:00
[SG-487] Web component unit tests (#3189)
* Configure jest for web * attempt to fix linter fule preventing angular core imports * trial initiation tests * small trial initiation component fix * Small naming fix in tests
This commit is contained in:
@@ -18,6 +18,9 @@
|
||||
"clean:l10n": "git push origin --delete l10n_master",
|
||||
"dist:bit:cloud": "npm run build:bit:cloud",
|
||||
"dist:oss:selfhost": "npm run build:oss:selfhost:prod",
|
||||
"dist:bit:selfhost": "npm run build:bit:selfhost:prod"
|
||||
"dist:bit:selfhost": "npm run build:bit:selfhost:prod",
|
||||
"test": "jest",
|
||||
"test:watch": "jest --watch",
|
||||
"test:watch:all": "jest --watchAll"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user