Skip to content

[WIP] Refactor to use the new jotai store derive method (Attempt 2) #336

[WIP] Refactor to use the new jotai store derive method (Attempt 2)

[WIP] Refactor to use the new jotai store derive method (Attempt 2) #336

Triggered via pull request September 25, 2024 19:19
Status Failure
Total duration 31s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

4 errors and 6 warnings
test: __tests__/derive/derivedStore.ts#L2
Unable to resolve path to module 'src/ScopeProvider/scope'
test: __tests__/derive/understanding/atomState.test.ts#L1
Unable to resolve path to module 'src/ScopeProvider/types'
test: __tests__/utils.ts#L2
Unable to resolve path to module 'src/ScopeProvider/types'
test
Process completed with exit code 1.
test
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, pnpm/action-setup@v2, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
test: __tests__/derive/understanding/atomState.test.ts#L15
'atomCState' is assigned a value but never used
test: __tests__/derive/understanding/unstable_derive.test.ts#L82
'get' is defined but never used. Allowed unused args must match /^_/u
test: __tests__/derive/understanding/unstable_derive.test.ts#L82
'set' is defined but never used. Allowed unused args must match /^_/u
test: src/ScopeProvider2/scope.ts#L219
'isWritableAtom' is defined but never used
test: src/ScopeProvider2/scope.ts#L223
'defaultWrite' is assigned a value but never used