Skip to content

Commit

Permalink
Update all development packages
Browse files Browse the repository at this point in the history
Updates snapshot files for the jest 29
  • Loading branch information
Jozef Izso committed Dec 13, 2023
1 parent 35f0c29 commit dd41adf
Show file tree
Hide file tree
Showing 8 changed files with 3,902 additions and 3,775 deletions.
144 changes: 72 additions & 72 deletions __tests__/__snapshots__/dart-json.test.ts.snap

Large diffs are not rendered by default.

436 changes: 218 additions & 218 deletions __tests__/__snapshots__/dotnet-trx.test.ts.snap

Large diffs are not rendered by default.

716 changes: 358 additions & 358 deletions __tests__/__snapshots__/java-junit.test.ts.snap

Large diffs are not rendered by default.

3,184 changes: 1,592 additions & 1,592 deletions __tests__/__snapshots__/jest-junit.test.ts.snap

Large diffs are not rendered by default.

1,178 changes: 589 additions & 589 deletions __tests__/__snapshots__/mocha-json.test.ts.snap

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions __tests__/__snapshots__/swift-xunit.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -22,7 +22,7 @@ TestRunResult {
"time": 92.039167,
},
TestCaseResult {
"error": Object {
"error": {
"details": undefined,
"line": undefined,
"message": undefined,
Expand Down
1,976 changes: 1,051 additions & 925 deletions package-lock.json

Large diffs are not rendered by default.

35 changes: 18 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"package": "ncc build --license licenses.txt && eolConverter lf 'dist/*'",
"version": "npm run build && npm run package && git add dist/*",
"test": "jest --ci --reporters=default --reporters=jest-junit",
"jest:updatesnapshot": "jest --updateSnapshot",
"all": "npm run build && npm run format && npm run lint && npm run package && npm test",
"dart-fixture": "cd \"reports/dart\" && dart test --file-reporter=\"json:../../__tests__/fixtures/dart-json.json\"",
"dotnet-fixture": "dotnet test reports/dotnet/DotnetTests.XUnitTests --logger \"trx;LogFileName=../../../../__tests__/fixtures/dotnet-trx.trx\"",
Expand Down Expand Up @@ -46,27 +47,27 @@
"@octokit/webhooks-types": "^7.3.1",
"@types/adm-zip": "^0.5.5",
"@types/github-slugger": "^1.3.0",
"@types/jest": "^28.1.7",
"@types/node": "^18.19.3",
"@types/jest": "^29.5.11",
"@types/node": "^20.10.4",
"@types/picomatch": "^2.3.3",
"@types/xml2js": "^0.4.14",
"@typescript-eslint/eslint-plugin": "^5.33.1",
"@typescript-eslint/parser": "^5.33.1",
"@vercel/ncc": "^0.34.0",
"@typescript-eslint/eslint-plugin": "^6.14.0",
"@typescript-eslint/parser": "^6.14.0",
"@vercel/ncc": "^0.38.1",
"eol-converter-cli": "^1.0.8",
"eslint": "^8.22.0",
"eslint-import-resolver-typescript": "^3.4.2",
"eslint-plugin-github": "^4.1.2",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jest": "^26.8.3",
"eslint-plugin-prettier": "^5.0.0",
"jest": "^28.1.3",
"jest-circus": "^28.1.3",
"jest-junit": "^14.0.0",
"eslint": "^8.55.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-github": "^4.10.1",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-jest": "^27.6.0",
"eslint-plugin-prettier": "^5.0.1",
"jest": "^29.7.0",
"jest-circus": "^29.7.0",
"jest-junit": "^16.0.0",
"js-yaml": "^4.1.0",
"prettier": "^3.0.0",
"ts-jest": "^28.0.8",
"typescript": "^4.7.4"
"prettier": "^3.1.1",
"ts-jest": "^29.1.1",
"typescript": "^5.3.3"
},
"jest-junit": {
"suiteName": "jest tests",
Expand Down

0 comments on commit dd41adf

Please sign in to comment.