Skip to content

Commit

Permalink
update jest config files
Browse files Browse the repository at this point in the history
  • Loading branch information
YunFeng0817 committed Jan 10, 2023
1 parent e568d68 commit 2bcecbe
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/rrdom-nodejs/jest.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/** @type {import('ts-jest/dist/types').InitialOptionsTsJest} */
module.exports = {
export default {
preset: 'ts-jest',
testEnvironment: 'node',
};
2 changes: 1 addition & 1 deletion packages/rrdom/jest.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/** @type {import('ts-jest/dist/types').InitialOptionsTsJest} */
module.exports = {
export default {
preset: 'ts-jest',
testEnvironment: 'node',
};
2 changes: 1 addition & 1 deletion packages/rrweb-snapshot/jest.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/** @type {import('ts-jest/dist/types').InitialOptionsTsJest} */
module.exports = {
export default {
preset: 'ts-jest',
testEnvironment: 'node',
testMatch: ['**/**.test.ts'],
Expand Down

0 comments on commit 2bcecbe

Please sign in to comment.