Refactor DraggableInstance to use symbols for internal properties #91
Annotations
10 errors and 1 warning
|
tests/plugins.test.svelte.ts > bounds > selector > should stay within bounds in all directions:
packages/core/tests/plugins.test.svelte.ts#L295
Error: Matcher did not succeed in time.
❯ tests/plugins.test.svelte.ts:295:47
Caused by: Caused by: Error: expect(element).toHaveStyle()
- Expected
+ Received
- translate: 100px 100px 0px;
+ translate: 0px 0px 0px;
|
|
tests/plugins.test.svelte.ts > bounds > selector > should move 10X10 and stay within bounds:
packages/core/tests/plugins.test.svelte.ts#L289
Error: Matcher did not succeed in time.
❯ tests/plugins.test.svelte.ts:289:47
Caused by: Caused by: Error: expect(element).toHaveStyle()
- Expected
+ Received
- translate: 10px 10px 0px;
+ translate: 0px 0px 0px;
|
|
tests/plugins.test.svelte.ts > bounds > viewport > should stay within bounds in all directions:
packages/core/tests/plugins.test.svelte.ts#L273
Error: Matcher did not succeed in time.
❯ tests/plugins.test.svelte.ts:273:17
Caused by: Caused by: Error: expect(element).toHaveStyle()
- Expected
+ Received
- translate: 314px 414px 0px;
+ translate: 0px 0px 0px;
|
|
tests/plugins.test.svelte.ts > bounds > viewport > should move 10X10 and stay within bounds:
packages/core/tests/plugins.test.svelte.ts#L261
Error: Matcher did not succeed in time.
❯ tests/plugins.test.svelte.ts:261:47
Caused by: Caused by: Error: expect(element).toHaveStyle()
- Expected
+ Received
- translate: 10px 10px 0px;
+ translate: 0px 0px 0px;
|
|
tests/plugins.test.svelte.ts > bounds > element > should move 210X210 and stay within bounds:
packages/core/tests/plugins.test.svelte.ts#L223
Error: Matcher did not succeed in time.
❯ tests/plugins.test.svelte.ts:223:47
Caused by: Caused by: Error: expect(element).toHaveStyle()
- Expected
+ Received
- translate: 100px 100px 0px;
+ translate: 0px 0px 0px;
|
|
tests/plugins.test.svelte.ts > bounds > element > should move 10X10 and stay within bounds:
packages/core/tests/plugins.test.svelte.ts#L217
Error: Matcher did not succeed in time.
❯ tests/plugins.test.svelte.ts:217:47
Caused by: Caused by: Error: expect(element).toHaveStyle()
- Expected
+ Received
- translate: 10px 10px 0px;
+ translate: 0px 0px 0px;
|
|
tests/plugins.test.svelte.ts > axis > null > should move only on x-axis:
packages/core/tests/plugins.test.svelte.ts#L196
Error: Matcher did not succeed in time.
❯ tests/plugins.test.svelte.ts:196:47
Caused by: Caused by: Error: expect(element).toHaveStyle()
- Expected
+ Received
- translate: 100px 100px 0px;
+ translate: 0px 0px 0px;
|
|
tests/plugins.test.svelte.ts > axis > undefined > should move only on x-axis:
packages/core/tests/plugins.test.svelte.ts#L181
Error: Matcher did not succeed in time.
❯ tests/plugins.test.svelte.ts:181:47
Caused by: Caused by: Error: expect(element).toHaveStyle()
- Expected
+ Received
- translate: 100px 100px 0px;
+ translate: 0px 0px 0px;
|
|
tests/plugins.test.svelte.ts > axis > x > should move only on x-axis:
packages/core/tests/plugins.test.svelte.ts#L166
Error: Matcher did not succeed in time.
❯ tests/plugins.test.svelte.ts:166:47
Caused by: Caused by: Error: expect(element).toHaveStyle()
- Expected
+ Received
- translate: 0px 100px 0px;
+ translate: 0px 0px 0px;
|
|
tests/plugins.test.svelte.ts > axis > x > should move only on x-axis:
packages/core/tests/plugins.test.svelte.ts#L151
Error: Matcher did not succeed in time.
❯ tests/plugins.test.svelte.ts:151:47
Caused by: Caused by: Error: expect(element).toHaveStyle()
- Expected
+ Received
- translate: 100px 0px 0px;
+ translate: 0px 0px 0px;
|
|
test
Failed to restore: "/usr/bin/tar" failed with error: The process '/usr/bin/tar' failed with exit code 2
|