[0.5.x] Improve forgetFiles to handle nested structures and edge cases #1311
Annotations
2 errors and 1 warning
tests/validator.test.js > filters out files:
packages/core/tests/validator.test.js#L289
AssertionError: expected { name: 'Tim', email: null, …(2) } to deeply equal { name: 'Tim', email: null, …(2) }
- Expected
+ Received
Object {
"email": null,
"fruits": Array [
"apple",
"banana",
+ Object {},
],
"name": "Tim",
"nested": Object {
"email": null,
"fruits": Array [
"apple",
"banana",
+ Object {},
],
"name": "Tim",
"nested": Object {
"email": null,
"fruits": Array [
"apple",
"banana",
+ Object {},
],
"name": "Tim",
},
},
}
❯ tests/validator.test.js:289:25
|
tests
Process completed with exit code 1.
|
tests
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|