Cleanup format #12965
Annotations
2 errors and 3 notices
Run tests:
test/fetch/formdata-inspect-custom.js#L15
[Error [ERR_TEST_FAILURE]: Expected values to be strictly deep-equal:
+ actual - expected
+ 'FormData [Object: null prototype] {\n' +
+ " username: 'john_doe',\n" +
+ " email: 'john@example.com'\n" +
+ '}'
- "FormData { username: 'john_doe', email: 'john@example.com' }"] {
failureType: 'testCodeFailure',
cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly deep-equal:
+ actual - expected
+ 'FormData [Object: null prototype] {\n' +
+ " username: 'john_doe',\n" +
+ " email: 'john@example.com'\n" +
+ '}'
- "FormData { username: 'john_doe', email: 'john@example.com' }"
at TestContext.<anonymous> (/Users/runner/work/undici/undici/test/fetch/formdata-inspect-custom.js:15:10)
at Test.runInAsyncScope (node:async_hooks:203:9)
at Test.run (node:internal/test_runner/test:631:25)
at Test.start (node:internal/test_runner/test:542:17)
at startSubtest (node:internal/test_runner/harness:214:17) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: "FormData [Object: null prototype] {\n username: 'john_doe',\n email: 'john@example.com'\n}",
expected: "FormData { username: 'john_doe', email: 'john@example.com' }",
operator: 'deepStrictEqual'
},
code: 'ERR_TEST_FAILURE'
}
|
Run tests
Process completed with exit code 1.
|
Run tests
Total Tests: 728
Suites 📂: 50
Passed ✅: 725
Failed ❌: 0
Canceled 🚫: 0
Skipped ⏭️: 3
Todo 📝: 0
Duration 🕐: 60411.009ms
|
Run tests
Total Tests: 189
Suites 📂: 6
Passed ✅: 176
Failed ❌: 0
Canceled 🚫: 0
Skipped ⏭️: 13
Todo 📝: 0
Duration 🕐: 4844.806ms
|
Run tests
Total Tests: 351
Suites 📂: 10
Passed ✅: 350
Failed ❌: 1
Canceled 🚫: 0
Skipped ⏭️: 0
Todo 📝: 0
Duration 🕐: 19836.993ms
|
Loading