This website requires JavaScript.
Explore
Help
Sign In
Upstream
/
bitwarden-browser
Watch
1
Star
0
Fork
0
You've already forked bitwarden-browser
mirror of
https://github.com/bitwarden/browser.git
synced
2024-11-07 09:31:31 +01:00
Code
Issues
Projects
Releases
Wiki
Activity
72ec05a3e6
bitwarden-browser
/
apps
/
cli
/
spec
/
bw.spec.ts
4 lines
65 B
TypeScript
Raw
Normal View
History
Unescape
Escape
Create testing framework for CLI (#453) * Create testing framework for CLI - Need to add tsconfig for specs to convert module format and add spec dir to output - Use jasmine-ts to test expected dev cycle would be to have two watchers, one for jslib and one for CLI tests. We could add jslib tests to this jasmine config, but it feels wrong to test a submodule * Run prettier * Add tests to build pipeline * Include required package * Add placeholder test * Run prettier * Add nodemon and fix watch
2022-01-21 17:28:36 +01:00
describe
(
"bw"
,
(
)
=
>
{
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
test
.
todo
(
"is a placeholder test"
)
;
Create testing framework for CLI (#453) * Create testing framework for CLI - Need to add tsconfig for specs to convert module format and add spec dir to output - Use jasmine-ts to test expected dev cycle would be to have two watchers, one for jslib and one for CLI tests. We could add jslib tests to this jasmine config, but it feels wrong to test a submodule * Run prettier * Add tests to build pipeline * Include required package * Add placeholder test * Run prettier * Add nodemon and fix watch
2022-01-21 17:28:36 +01:00
}
)
;
Reference in New Issue
Copy Permalink