1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-07-08 12:35:09 +02:00
bitwarden-browser/apps/cli/spec/bw.spec.ts
Oscar Hinton 579cee3364
Migrate cli to jest (#2759)
* Migrate cli to jest

* Remove jasmine from browser

* Remove coverage from browser since it's in the root gitignore
2022-05-31 16:29:10 +02:00

4 lines
65 B
TypeScript

describe("bw", () => {
test.todo("is a placeholder test");
});