Skip to content

v2.0, typescript rewrite #300

v2.0, typescript rewrite

v2.0, typescript rewrite #300

Triggered via pull request August 1, 2024 06:12
Status Failure
Total duration 31s
Artifacts

nodejs.yml

on: pull_request
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 2 warnings
test/utils.test.js > Utils > hasErrored method > returns true if any loading state has errored: test/utils.test.js#L24
AssertionError: expected false to be true // Object.is equality - Expected + Received - true + false ❯ test/utils.test.js:24:55
test/utils.test.js > Utils > isLoading method > returns true if any loading state is loading: test/utils.test.js#L49
AssertionError: expected false to be true // Object.is equality - Expected + Received - true + false ❯ test/utils.test.js:49:56
test/utils.test.js > Utils > hasLoaded method > returns true if all loading states have loaded: test/utils.test.js#L74
AssertionError: expected false to be true // Object.is equality - Expected + Received - true + false ❯ test/utils.test.js:74:55
test/utils.test.js > Utils > isPending method > returns true if any loading state is pending: test/utils.test.js#L101
AssertionError: expected false to be true // Object.is equality - Expected + Received - true + false ❯ test/utils.test.js:101:56
test/utils.test.js > Utils > camelize > passes words that are already camelCase: test/utils.test.js#L124
TypeError: camelize is not a function ❯ test/utils.test.js:124:14
test/utils.test.js > Utils > camelize > passes words that are single word lowercase: test/utils.test.js#L132
TypeError: camelize is not a function ❯ test/utils.test.js:132:14
test/utils.test.js > Utils > camelize > lowercases words that are all uppercase: test/utils.test.js#L136
TypeError: camelize is not a function ❯ test/utils.test.js:136:14
test/utils.test.js > Utils > camelize > turns snake_case words into camelcase: test/utils.test.js#L140
TypeError: camelize is not a function ❯ test/utils.test.js:140:14
test/utils.test.js > Utils > camelize > turns spine-case words into camelcase: test/utils.test.js#L144
TypeError: camelize is not a function ❯ test/utils.test.js:144:14
test/utils.test.js > Utils > camelize > turns space-separated words into camelcase: test/utils.test.js#L148
TypeError: camelize is not a function ❯ test/utils.test.js:148:14
test (18.x)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
test (18.x)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v2, actions/setup-node@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/