mirror of
https://github.com/bitwarden/browser
synced 2025-12-12 06:13:38 +00:00
Add messaging & messaging-internal libraries (#15711)
This commit is contained in:
8
libs/messaging/src/messaging.spec.ts
Normal file
8
libs/messaging/src/messaging.spec.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
import * as lib from "./index";
|
||||
|
||||
describe("messaging", () => {
|
||||
// This test will fail until something is exported from index.ts
|
||||
it("should work", () => {
|
||||
expect(lib).toBeDefined();
|
||||
});
|
||||
});
|
||||
Reference in New Issue
Block a user