mirror of
https://github.com/bitwarden/browser
synced 2025-12-17 16:53:34 +00:00
* Create bit-cli folder with configs * Add bit-cli to workspace * Refactor CLI app structure * services are managed by the ServiceContainer * programs are registered by register(Oss|Bit)Program * the app is bootstrapped by Main * Reapply changes from #9099 * Reapply changes from #8604 * Reapply changes from #9115
6 lines
92 B
TypeScript
6 lines
92 B
TypeScript
describe("Jest", () => {
|
|
it("is set up", () => {
|
|
expect(true).toBeTruthy();
|
|
});
|
|
});
|