1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-24 04:04:24 +00:00

Migrate cli to jest (#2759)

* Migrate cli to jest

* Remove jasmine from browser

* Remove coverage from browser since it's in the root gitignore
This commit is contained in:
Oscar Hinton
2022-05-31 16:29:10 +02:00
committed by GitHub
parent f57f97fcdc
commit 579cee3364
13 changed files with 4704 additions and 318 deletions

View File

@@ -1,3 +1,3 @@
describe("bw", () => {
it("is a placeholder test");
test.todo("is a placeholder test");
});