Bump eslint from 9.32.0 to 9.33.0 in /lib/importer #458
Annotations
2 errors and 1 notice
|
test
Process completed with exit code 1.
|
|
tests/tribbles.spec.js:24:5 › trouble with tribbles:
prototypes/basic/tests/tribbles.spec.js#L94
1) tests/tribbles.spec.js:24:5 › trouble with tribbles ───────────────────────────────────────────
Error: expect(received).toStrictEqual(expected) // deep equality
- Expected - 8
+ Received + 1
- Array [
- "Name",
- "Date of birth",
- "Time of birth",
- "Weight",
- "Colour",
- "Markings",
- ]
+ Array []
92 |
93 | const colNames = await mapping.getColumnNames()
> 94 | expect(colNames).toStrictEqual(expectedColumns)
| ^
95 |
96 | const examples = await mapping.getExamples()
97 | expect(examples).toStrictEqual(expectedExamples)
at /home/runner/work/data-import/data-import/prototypes/basic/tests/tribbles.spec.js:94:22
|
|
🎭 Playwright Run Summary
1 failed
tests/tribbles.spec.js:24:5 › trouble with tribbles ────────────────────────────────────────────
2 passed (24.4s)
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
test-results
Expired
|
2.05 KB |
sha256:de9f62aacf85904cf0394f57ec6ebcb6509072dd27d867a60f5e215d74fcaf7a
|
|