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