refactor into workspaces #46
Annotations
3 errors and 2 warnings
src/tests/timeline.test.ts > timeline > timeline seeking:
chnobli/src/tests/timeline.test.ts#L134
AssertionError: expected 'translate3d(20.000px,0.000px,0.000px)' to be 'translate3d(8.000px,0.000px,0.000px)' // Object.is equality
- Expected
+ Received
- translate3d(8.000px,0.000px,0.000px)
+ translate3d(20.000px,0.000px,0.000px)
❯ src/tests/timeline.test.ts:134:34
|
src/tests/values.test.ts > values > display:
chnobli/src/tests/values.test.ts#L105
AssertionError: expected 'none' to be undefined // Object.is equality
- Expected:
undefined
+ Received:
"none"
❯ src/tests/values.test.ts:105:29
|
test
Process completed with exit code 1.
|
lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
test
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|