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' }"] {
code: 'ERR_TEST_FAILURE',
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> (D:\a\undici\undici\test\fetch\formdata-inspect-custom.js:15:10)
at Test.runInAsyncScope (node:async_hooks:206:9)
at Test.run (node:internal/test_runner/test:639:25)
at Test.start (node:internal/test_runner/test:550:17)
at startSubtest (node:internal/test_runner/harness:218: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'
}
}
|
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 🕐: 38635.876ms
|
Run tests
Total Tests: 189
Suites 📂: 6
Passed ✅: 176
Failed ❌: 0
Canceled 🚫: 0
Skipped ⏭️: 13
Todo 📝: 0
Duration 🕐: 3501.285ms
|
Run tests
Total Tests: 351
Suites 📂: 10
Passed ✅: 350
Failed ❌: 1
Canceled 🚫: 0
Skipped ⏭️: 0
Todo 📝: 0
Duration 🕐: 15422.503ms
|
Loading