mirror of
https://github.com/bitwarden/browser
synced 2026-03-02 19:41:26 +00:00
chore: generate @bitwarden/serialization library
This commit is contained in:
0
libs/serialization/src/index.ts
Normal file
0
libs/serialization/src/index.ts
Normal file
8
libs/serialization/src/serialization.spec.ts
Normal file
8
libs/serialization/src/serialization.spec.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
import * as lib from "./index";
|
||||
|
||||
describe("serialization", () => {
|
||||
// This test will fail until something is exported from index.ts
|
||||
it("should work", () => {
|
||||
expect(lib).toBeDefined();
|
||||
});
|
||||
});
|
||||
Reference in New Issue
Block a user