refactor: last changes to send the application #27
run-tests.yaml
on: push
nodejs_tests
29s
react_tests
22s
Annotations
3 errors and 2 warnings
src/utils/generateSitemap.spec.ts > extractUrls > should extract URLs from a site map node:
web/src/utils/generateSitemap.spec.ts#L37
AssertionError: expected Set{ 'https://example.com', …(4) } to deeply equal [ 'https://example.com', …(4) ]
- Expected:
Array [
"https://example.com",
"https://example.com/page1",
"https://example.com/page2",
"https://example.com/page2/subpage1",
"https://example.com/page2/subpage2",
]
+ Received:
Set {
"https://example.com",
"https://example.com/page1",
"https://example.com/page2",
"https://example.com/page2/subpage1",
"https://example.com/page2/subpage2",
}
❯ src/utils/generateSitemap.spec.ts:37:18
|
src/utils/generateSitemap.spec.ts > extractUrls > should return an empty array if the node is not done:
web/src/utils/generateSitemap.spec.ts#L55
AssertionError: expected Set{} to deeply equal []
- Expected:
Array []
+ Received:
Set {}
❯ src/utils/generateSitemap.spec.ts:55:18
|
react_tests
Process completed with exit code 1.
|
react_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/.
|
nodejs_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/.
|