Skip to content

Commit b3a5085

Browse files
committed
tests
1 parent 8a74383 commit b3a5085

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
describe("Base [Resize]", () => {
2+
describe("When wrapper is resized", () => {
3+
it("should align to bounds", () => {
4+
// TODO: Implement test
5+
expect(true).toBe(true);
6+
});
7+
});
8+
});

0 commit comments

Comments
 (0)