Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Geovanni Pacheco committed Apr 5, 2024
1 parent 70e305a commit 6d3c6a3
Show file tree
Hide file tree
Showing 4 changed files with 1,014 additions and 2,380 deletions.
6 changes: 0 additions & 6 deletions jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,6 @@ module.exports = {
'!**/dist/*',
'!**/*.bak/*',
],
globals: {
'ts-jest': {
isolatedModules: true,
},
},

setupFilesAfterEnv: ['./jest.env.js'],
testEnvironment: 'node',
collectCoverage: true,
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,17 +31,17 @@
"ajv-formats": "^2.0.0"
},
"devDependencies": {
"@types/jest": "^26.0.22",
"@types/jest": "^29.5.12",
"@types/node": "^18.19.29",
"@typescript-eslint/eslint-plugin": "^7.5.0",
"@typescript-eslint/parser": "^7.5.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"husky": "^6.0.0",
"jest": "^26.6.3",
"jest": "^29.7.0",
"lint-staged": "^10.5.4",
"prettier": "^3.2.5",
"ts-jest": "^26.5.4",
"ts-jest": "^29.1.2",
"ts-node": "^10.9.2",
"typescript": "^4.9.5"
}
Expand Down
1 change: 1 addition & 0 deletions tools/generate-resolved-schemas/utils.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,7 @@ test('resolves a schema with references to other schemas', () => {
},
},
},
required: ['_key', '_class', '_type', 'name', 'displayName'],
});
});

Expand Down
Loading

0 comments on commit 6d3c6a3

Please sign in to comment.