Speed up playwright (pt1: preparation) #4596
Annotations
4 errors and 1 warning
Run Unit Tests tests:
test/database.test.js#L210
AssertionError: expected { title: 'Test Dictionary', …(7) } to strictly equal { title: 'Test Dictionary', …(7) }
- Expected
+ Received
Object {
"counts": Object {
"kanji": Object {
"total": 2,
},
"kanjiMeta": Object {
"freq": 6,
"total": 6,
},
"media": Object {
"total": 6,
},
"tagMeta": Object {
"total": 15,
},
"termMeta": Object {
"freq": 31,
"ipa": 1,
"pitch": 7,
"total": 39,
},
"terms": Object {
- "total": 33,
+ "total": 34,
},
},
"importDate": 0,
"prefixWildcardsSupported": true,
"revision": "test",
"sequenced": true,
"styles": "ul[data-sc-content='glossary'] {
color: #ffff00;
}",
"title": "Test Dictionary",
"version": 3,
}
❯ test/database.test.js:210:49
|
Run Unit Tests tests:
test/database.test.js#L216
AssertionError: expected [ { title: 'Test Dictionary', …(7) } ] to strictly equal [ { title: 'Test Dictionary', …(7) } ]
- Expected
+ Received
Array [
Object {
"counts": Object {
"kanji": Object {
"total": 2,
},
"kanjiMeta": Object {
"freq": 6,
"total": 6,
},
"media": Object {
"total": 6,
},
"tagMeta": Object {
"total": 15,
},
"termMeta": Object {
"freq": 31,
"ipa": 1,
"pitch": 7,
"total": 39,
},
"terms": Object {
- "total": 33,
+ "total": 34,
},
},
"importDate": 0,
"prefixWildcardsSupported": true,
"revision": "test",
"sequenced": true,
"styles": "ul[data-sc-content='glossary'] {
color: #ffff00;
}",
"title": "Test Dictionary",
"version": 3,
},
]
❯ test/database.test.js:216:31
|
Run Unit Tests tests:
test/database.test.js#L220
AssertionError: expected { total: { kanji: 2, …(5) }, …(1) } to strictly equal { Object (counts, total) }
- Expected
+ Received
Object {
"counts": Array [
Object {
"kanji": 2,
"kanjiMeta": 6,
"media": 6,
"tagMeta": 15,
"termMeta": 39,
- "terms": 33,
+ "terms": 34,
},
],
"total": Object {
"kanji": 2,
"kanjiMeta": 6,
"media": 6,
"tagMeta": 15,
"termMeta": 39,
- "terms": 33,
+ "terms": 34,
},
}
❯ test/database.test.js:220:33
|
Run Unit Tests tests
Process completed with exit code 1.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading