Feature/test parse config rebase/679 #136
Annotations
4 errors and 1 warning
src/lib/scripts/convertConfigSAB.test.ts > convertConfig: parse traits:
src/lib/scripts/convertConfigSAB.test.ts#L87
AssertionError: expected [ 'has-audio', …(6) ] to have a length of 6 but got 7
- Expected
+ Received
- 6
+ 7
❯ src/lib/scripts/convertConfigSAB.test.ts:87:37
|
src/lib/scripts/convertConfigSAB.test.ts > convertConfig: parse book collections:
src/lib/scripts/convertConfigSAB.test.ts#L103
AssertionError: expected [ 'show-scripture-refs', …(39) ] to have a length of 39 but got 40
- Expected
+ Received
- 39
+ 40
❯ src/lib/scripts/convertConfigSAB.test.ts:103:46
|
src/lib/scripts/convertConfigSAB.test.ts > convertConfig: parse features:
src/lib/scripts/convertConfigSAB.test.ts#L199
AssertionError: expected [ 'app-layout-direction', …(136) ] to have a length of 135 but got 137
- Expected
+ Received
- 135
+ 137
❯ src/lib/scripts/convertConfigSAB.test.ts:199:37
|
test
Process completed with exit code 1.
|
test
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|