We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a74383 commit b3a5085Copy full SHA for b3a5085
__tests__/features/base/resize.spec.tsx
@@ -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