Update package.json and tsconfig.base.json for improved configuration #48
dependabot-auto-merge.yml
on: push
build-test
18s
test-bump-and-publish-test
Annotations
4 errors
|
build-test
Process completed with exit code 1.
|
|
tests/mockD1Database.basic.test.ts > mockD1Database meta fields > select meta fields are correct:
tests/mockD1Database.basic.test.ts#L177
AssertionError: expected +0 to be 1 // Object.is equality
- Expected
+ Received
- 1
+ 0
❯ tests/mockD1Database.basic.test.ts:177:35
|
|
tests/mockD1Database.basic.test.ts > mockD1Database > should return results matching AND/OR logic:
tests/mockD1Database.basic.test.ts#L48
AssertionError: expected +0 to be 3 // Object.is equality
- Expected
+ Received
- 3
+ 0
❯ tests/mockD1Database.basic.test.ts:48:35
|
|
tests/mockD1Database.basic.test.ts > mockD1Database > should return first matching row using named bind args:
tests/mockD1Database.basic.test.ts#L33
AssertionError: expected +0 to be 1 // Object.is equality
- Expected
+ Received
- 1
+ 0
❯ tests/mockD1Database.basic.test.ts:33:35
|