Skip to content

Commit ac7f6a8

Browse files
authored
Merge branch 'canary' into docs/add-errsh
2 parents 8c78889 + 6d4395f commit ac7f6a8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/with-typescript-eslint-jest/jest.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module.exports = {
22
roots: ['<rootDir>'],
3-
moduleFileExtensions: ['js', 'ts', 'tsx', 'json'],
3+
moduleFileExtensions: ['ts', 'tsx', 'js', 'json', 'jsx'],
44
testPathIgnorePatterns: ['<rootDir>[/\\\\](node_modules|.next)[/\\\\]'],
55
transformIgnorePatterns: ['[/\\\\]node_modules[/\\\\].+\\.(ts|tsx)$'],
66
transform: {

examples/with-typescript-graphql/jest.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module.exports = {
22
roots: ['<rootDir>'],
3-
moduleFileExtensions: ['js', 'ts', 'tsx', 'json'],
3+
moduleFileExtensions: ['ts', 'tsx', 'js', 'json', 'jsx'],
44
testPathIgnorePatterns: ['<rootDir>[/\\\\](node_modules|.next)[/\\\\]'],
55
transformIgnorePatterns: ['[/\\\\]node_modules[/\\\\].+\\.(ts|tsx)$'],
66
transform: {

0 commit comments

Comments
 (0)