Bump multer from 2.0.1 to 2.0.2 in /lib/importer #452
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 (28.1s)
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
test-results
Expired
|
2.05 KB |
sha256:c54e3ad09fc11d66d5a59cba5f05c5a3c7db5766d7015bbf7c9d504936928cc2
|
|