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

[PM-3587] create @bitwarden/vault lib (#6083)

* add libs/vault

* update configs

* update package lock

* fix typo
This commit is contained in:
Will Martin
2023-08-22 10:02:48 -04:00
committed by GitHub
parent 019d4c2932
commit 5c576fd19e
20 changed files with 107 additions and 6 deletions

View File

@@ -27,6 +27,7 @@ module.exports = {
"<rootDir>/libs/exporter/jest.config.js",
"<rootDir>/libs/importer/jest.config.js",
"<rootDir>/libs/node/jest.config.js",
"<rootDir>/libs/vault/jest.config.js",
],
// Workaround for a memory leak that crashes tests in CI: