This website requires JavaScript.
Explore
Help
Sign In
vaultwarden
/
bitwarden-estensione-browser
Watch
1
Star
0
Fork
0
You've already forked bitwarden-estensione-browser
mirror of
https://github.com/bitwarden/browser
synced
2024-12-28 19:02:42 +01:00
Code
Issues
1
Releases
Wiki
Activity
c243f3594e
bitwarden-estensione-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