irisdb-nostr 1.0.17, size method update #13
Annotations
4 errors and 2 warnings
src/NDKAdapter.test.ts > NDKAdapter > get() > should retrieve the stored value for a given path:
irisdb-nostr/src/NDKAdapter.test.ts#L42
AssertionError: expected "spy" to be called with arguments: [ 'someValue', 'somePath', …(2) ]
Received:
Number of calls: 0
Ignored nodes: comments, script, style
<html>
<head />
<body />
</html>
❯ src/NDKAdapter.test.ts:42:30
❯ runWithExpensiveErrorDiagnosticsDisabled ../node_modules/@testing-library/dom/dist/config.js:47:12
❯ checkCallback ../node_modules/@testing-library/dom/dist/wait-for.js:124:77
❯ Timeout.checkRealTimersCallback ../node_modules/@testing-library/dom/dist/wait-for.js:118:16
|
src/NDKAdapter.test.ts > NDKAdapter > set() > should set the value at the given path:
irisdb-nostr/src/NDKAdapter.test.ts#L60
AssertionError: expected "spy" to be called with arguments: [ 'newValue', 'anotherPath', …(2) ]
Received:
Number of calls: 0
Ignored nodes: comments, script, style
<html>
<head />
<body />
</html>
❯ src/NDKAdapter.test.ts:60:30
❯ runWithExpensiveErrorDiagnosticsDisabled ../node_modules/@testing-library/dom/dist/config.js:47:12
❯ checkCallback ../node_modules/@testing-library/dom/dist/wait-for.js:124:77
❯ Timeout.checkRealTimersCallback ../node_modules/@testing-library/dom/dist/wait-for.js:118:16
|
src/NDKAdapter.test.ts > NDKAdapter > list() > should list child nodes under the given path:
irisdb-nostr/src/NDKAdapter.test.ts#L79
AssertionError: expected "spy" to be called with arguments: [ Array(4) ]
Received:
Number of calls: 0
Ignored nodes: comments, script, style
<html>
<head />
<body />
</html>
❯ src/NDKAdapter.test.ts:79:30
❯ runWithExpensiveErrorDiagnosticsDisabled ../node_modules/@testing-library/dom/dist/config.js:47:12
❯ checkCallback ../node_modules/@testing-library/dom/dist/wait-for.js:124:77
❯ Timeout.checkRealTimersCallback ../node_modules/@testing-library/dom/dist/wait-for.js:118:16
|
Run npm Tests
Process completed with exit code 1.
|
Run npm Tests
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Run npm Tests
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@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/
|