Skip to content

Commit 4cf2f89

Browse files
committed
define first Test
1 parent 840a8dd commit 4cf2f89

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
describe("Codelyber", () => {
2+
it("can be instantiated without throwing errors", () => {
3+
expect(() => new Subscription(1)).not.toThrow(TypeError);
4+
});
5+
});

0 commit comments

Comments
 (0)