mirror of
https://github.com/bitwarden/browser
synced 2025-12-10 13:23:34 +00:00
* Migrate cli to jest * Remove jasmine from browser * Remove coverage from browser since it's in the root gitignore
4 lines
65 B
TypeScript
4 lines
65 B
TypeScript
describe("bw", () => {
|
|
test.todo("is a placeholder test");
|
|
});
|