Skip to content

chore: do the thing #49

chore: do the thing

chore: do the thing #49

Triggered via push June 14, 2024 17:15
Status Failure
Total duration 1m 14s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

8 errors and 3 warnings
tests/workers/WorkerCache.test.ts > WorkerCache > parsed content for word triggers > given %p then it should return bolded content word: tests/workers/WorkerCache.test.ts#L226
AssertionError: expected 'hello**word**' to be 'hello **word**' // Object.is equality - Expected + Received - hello **word** + hello**word** ❯ tests/workers/WorkerCache.test.ts:226:37
tests/workers/WorkerCache.test.ts > WorkerCache > parsed content for word triggers > given %p then it should return bolded content o: tests/workers/WorkerCache.test.ts#L226
AssertionError: expected 'hello**o**' to be 'hello **o**' // Object.is equality - Expected + Received - hello **o** + hello**o** ❯ tests/workers/WorkerCache.test.ts:226:37
tests/workers/WorkerCache.test.ts > WorkerCache > parsed content for word triggers > given %p then it should return bolded content help?: tests/workers/WorkerCache.test.ts#L226
AssertionError: expected 'hello**help?**' to be 'hello **help?**' // Object.is equality - Expected + Received - hello **help?** + hello**help?** ❯ tests/workers/WorkerCache.test.ts:226:37
tests/workers/WorkerCache.test.ts > WorkerCache > parsed content for word triggers > given multiple mentions of %p then it should return bolded content word: tests/workers/WorkerCache.test.ts#L245
AssertionError: expected 'hello**word****word****word**' to be 'hello **word** **word** **word**' // Object.is equality - Expected + Received - hello **word** **word** **word** + hello**word****word****word** ❯ tests/workers/WorkerCache.test.ts:245:38
tests/workers/WorkerCache.test.ts > WorkerCache > parsed content for word triggers > given multiple mentions of %p then it should return bolded content o: tests/workers/WorkerCache.test.ts#L245
AssertionError: expected 'hello**o****o****o**' to be 'hello **o** **o** **o**' // Object.is equality - Expected + Received - hello **o** **o** **o** + hello**o****o****o** ❯ tests/workers/WorkerCache.test.ts:245:38
tests/workers/WorkerCache.test.ts > WorkerCache > parsed content for word triggers > given multiple mentions of %p then it should return bolded content help?: tests/workers/WorkerCache.test.ts#L245
AssertionError: expected 'hello**help?****help?****help?**' to be 'hello **help?** **help?** **help?**' // Object.is equality - Expected + Received - hello **help?** **help?** **help?** + hello**help?****help?****help?** ❯ tests/workers/WorkerCache.test.ts:245:38
Unit tests
Process completed with exit code 1.
Linting
Process completed with exit code 1.
Unit tests
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Linting
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Build code
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.