Update CI and related files to match module template (#6) #3
Annotations
10 errors
Run yarn test:
test/index.test.ts#L68
AssertionError: Expected values to be strictly deep-equal:
+ actual - expected
+ 0
- {
- title: 'Untitled',
- version: 0
- }
- Expected:
Object {
"title": "Untitled",
"version": 0,
}
+ Received:
0
❯ test/index.test.ts:68:22
|
Run yarn test:
test/index.test.ts#L68
AssertionError: Expected values to be strictly deep-equal:
+ actual - expected
+ 'Untitled'
- {
- book: {
- title: 'Untitled'
- }
- }
- Expected:
Object {
"book": Object {
"title": "Untitled",
},
}
+ Received:
"Untitled"
❯ test/index.test.ts:68:22
|
Run yarn test:
test/index.test.ts#L68
AssertionError: Expected values to be strictly deep-equal:
+ actual - expected
+ 'Untitled'
- {
- title: 'Untitled'
- }
- Expected:
Object {
"title": "Untitled",
}
+ Received:
"Untitled"
❯ test/index.test.ts:68:22
|
Run yarn test:
src/utils.ts#L177
TypeError: Cannot read properties of undefined (reading 'coercer')
❯ Module.run src/utils.ts:177:20
❯ Module.shiftIterator src/utils.ts:65:33
❯ validate src/struct.ts:227:17
❯ validate src/struct.ts:123:12
❯ Struct.coercer src/structs/types.ts:694:34
❯ Module.run src/utils.ts:177:20
❯ Module.shiftIterator src/utils.ts:65:33
❯ validate src/struct.ts:227:17
|
Run yarn test:
src/utils.ts#L177
TypeError: Cannot read properties of undefined (reading 'coercer')
❯ Module.run src/utils.ts:177:20
❯ Module.shiftIterator src/utils.ts:65:33
❯ validate src/struct.ts:227:17
❯ validate src/struct.ts:123:12
❯ Struct.coercer src/structs/types.ts:694:34
❯ Module.run src/utils.ts:177:20
❯ Module.shiftIterator src/utils.ts:65:33
❯ validate src/struct.ts:227:17
|
Run yarn test:
src/utils.ts#L177
TypeError: Cannot read properties of undefined (reading 'coercer')
❯ Module.run src/utils.ts:177:20
❯ Module.shiftIterator src/utils.ts:65:33
❯ validate src/struct.ts:227:17
❯ validate src/struct.ts:123:12
❯ Struct.coercer src/structs/types.ts:694:34
❯ Module.run src/utils.ts:177:20
❯ Module.shiftIterator src/utils.ts:65:33
❯ validate src/struct.ts:227:17
|
Run yarn test:
test/api/create.test.ts#L41
AssertionError: Expected values to be loosely deep-equal:
undefined
should loosely deep-equal
{
a: 'a'
}
❯ test/api/create.test.ts:41:5
|
Run yarn test:
test/api/create.test.ts#L50
AssertionError: Expected values to be strictly deep-equal:
+ actual - expected
+ undefined
- {
- a: 'a',
- b: undefined,
- c: undefined
- }
❯ test/api/create.test.ts:50:5
|
Run yarn test:
test/api/mask.test.ts#L18
AssertionError: Expected values to be strictly deep-equal:
+ actual - expected
+ '1'
- {
- id: '1'
- }
- Expected:
Object {
"id": "1",
}
+ Received:
"1"
❯ test/api/mask.test.ts:18:5
|
Run yarn test:
test/api/mask.test.ts#L32
AssertionError: Expected values to be strictly deep-equal:
+ actual - expected
+ '0'
- {
- id: '0'
- }
- Expected:
Object {
"id": "0",
}
+ Received:
"0"
❯ test/api/mask.test.ts:32:5
|
Loading