mirror of
https://github.com/bitwarden/browser
synced 2026-01-04 17:43:39 +00:00
[PM-29607] Create @bitwarden/subscription (#17997)
* Create @bitwarden/subscription * Fix changed import in tsconfig.base.json
This commit is contained in:
1
libs/subscription/src/index.ts
Normal file
1
libs/subscription/src/index.ts
Normal file
@@ -0,0 +1 @@
|
||||
export type Placeholder = unknown;
|
||||
8
libs/subscription/src/subscription.spec.ts
Normal file
8
libs/subscription/src/subscription.spec.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
import * as lib from "./index";
|
||||
|
||||
describe("subscription", () => {
|
||||
// This test will fail until something is exported from index.ts
|
||||
it("should work", () => {
|
||||
expect(lib).toBeDefined();
|
||||
});
|
||||
});
|
||||
Reference in New Issue
Block a user