Update build script #4
Annotations
11 errors
build (22)
Process completed with exit code 1.
|
__test__/unit/sort.test.js > sort > examples > should handle values from issue 387:
__test__/unit/sort.test.js#L186
AssertionError: expected [ 'Bill-To Phone1 Extension', …(5) ] to deeply equal [ 'Bill-To Phone1 Extension', …(5) ]
- Expected
+ Received
[
"Bill-To Phone1 Extension",
- "s",
"Test",
"Test1Test2",
+ "s",
"y",
"z",
]
❯ __test__/unit/sort.test.js:186:32
|
__test__/unit/sort.test.js > sort > options > should use custom alphabeth:
__test__/unit/sort.test.js#L58
AssertionError: expected 'AOaoÄÅÖäåö' to deeply equal 'AaOoÄäÅåÖö'
Expected: "AaOoÄäÅåÖö"
Received: "AOaoÄÅÖäåö"
❯ __test__/unit/sort.test.js:58:41
|
__test__/unit/sort.test.js > sort > options > should sort desc:
__test__/unit/sort.test.js#L48
AssertionError: expected 'cbaB' to deeply equal 'cBba'
Expected: "cBba"
Received: "cbaB"
❯ __test__/unit/sort.test.js:48:41
|
__test__/unit/sort.test.js > sort > options > should sort asc:
__test__/unit/sort.test.js#L43
AssertionError: expected 'Babc' to deeply equal 'aBbc'
Expected: "aBbc"
Received: "Babc"
❯ __test__/unit/sort.test.js:43:41
|
__test__/unit/sort.test.js > sort > options > should sort asc by default:
__test__/unit/sort.test.js#L38
AssertionError: expected 'Babc' to deeply equal 'aBbc'
Expected: "aBbc"
Received: "Babc"
❯ __test__/unit/sort.test.js:38:41
|
__test__/integration/sort.test.js:
__test__/integration/sort.test.js#L243
ReferenceError: xit is not defined
❯ __test__/integration/sort.test.js:243:5
|
build (14)
The operation was canceled.
|
build (14)
The strategy configuration was canceled because "build._22" failed
|
build (6)
The operation was canceled.
|
build (6)
The strategy configuration was canceled because "build._22" failed
|