Skip to content
This repository was archived by the owner on Aug 6, 2025. It is now read-only.

πŸ‘·πŸ»β€β™€οΈ Jest 29 / @hover/javascript 7 #514

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
feat: build: upgrade @hover/javascript to 7 β†’ Jest to 29
  • Loading branch information
jrolfs committed Oct 2, 2022
commit d1ba3d5b3abc1fc372d2c2e1b7c4a0f3fb457e1b
6 changes: 6 additions & 0 deletions jest.config.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
/** @typedef {import('jest').Config} JestConfig */

/** @type {JestConfig} */
const config = require('@hover/javascript/jest')

/** @type {JestConfig} */
module.exports = {
...config,
testEnvironment: 'node',
collectCoverageFrom: ['**/*.ts', '!**/*.d.ts'],
modulePathIgnorePatterns: ['<rootDir>/jest.config.js'],
coverageThreshold: {},
setupFilesAfterEnv: ['./jest.setup.ts'],
testMatch: ['<rootDir>/test/standalone/*.+(test.js|test.jsx|test.ts|test.tsx)'],
Expand Down
Loading