Beginnings of a new TS attempt #59
Annotations
3 errors and 1 warning
test/index.spec.js > Enmap > should manipulate data > observe > should observe a value:
test/index.spec.js#L213
AssertionError: expected null to deeply equal { value: 'new' }
- Expected:
Object {
"value": "new",
}
+ Received:
null
❯ test/index.spec.js:213:38
|
test/index.spec.js > Enmap > should manipulate data > math > should math value w/ path:
src/index.ts#L457
EnmapPathError: Key does not point to a numerical value
❯ Enmap.inc src/index.ts:457:13
❯ test/index.spec.js:392:15
|
Tests
Process completed with exit code 1.
|
Tests
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|