Update all development packages

Updates snapshot files for the jest 29
This commit is contained in:
Jozef Izso 2023-12-13 15:44:32 +01:00
parent 35f0c29818
commit dd41adfb19
8 changed files with 3902 additions and 3775 deletions

View file

@ -3,12 +3,12 @@
exports[`swift-xunit tests report from swift test results matches snapshot 1`] = `
TestRunResult {
"path": "fixtures/swift-xunit.xml",
"suites": Array [
"suites": [
TestSuiteResult {
"groups": Array [
"groups": [
TestGroupResult {
"name": "AcmeLibTests.AcmeLibTests",
"tests": Array [
"tests": [
TestCaseResult {
"error": undefined,
"name": "test_always_pass",
@ -22,7 +22,7 @@ TestRunResult {
"time": 92.039167,
},
TestCaseResult {
"error": Object {
"error": {
"details": undefined,
"line": undefined,
"message": undefined,