Skip to content

Commit b9a08c2

Browse files
committed
feat: build: upgrade @hover/javascript to 7 → Jest to 29
1 parent 1b41bd5 commit b9a08c2

File tree

3 files changed

+3930
-3235
lines changed

3 files changed

+3930
-3235
lines changed

jest.config.js

+6
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,14 @@
1+
/** @typedef {import('jest').Config} JestConfig */
2+
3+
/** @type {JestConfig} */
14
const config = require('@hover/javascript/jest')
25

6+
/** @type {JestConfig} */
37
module.exports = {
48
...config,
9+
testEnvironment: 'node',
510
collectCoverageFrom: ['**/*.ts', '!**/*.d.ts'],
11+
modulePathIgnorePatterns: ['<rootDir>/jest.config.js'],
612
coverageThreshold: {},
713
setupFilesAfterEnv: ['./jest.setup.ts'],
814
testMatch: ['<rootDir>/test/standalone/*.+(test.js|test.jsx|test.ts|test.tsx)'],

0 commit comments

Comments
 (0)