File tree Expand file tree Collapse file tree 1 file changed +1
-11
lines changed
Expand file tree Collapse file tree 1 file changed +1
-11
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ const commonConfig = {
55 moduleNameMapper : { } ,
66 unmockedModulePathPatterns : [ '/^imports\\/.*\\.jsx?$/' , '/^node_modules/' ] ,
77 globals : { } ,
8- moduleFileExtensions : [ 'ts' , 'js' ] ,
8+ moduleFileExtensions : [ 'ts' , 'js' , 'json' ] ,
99 transform : {
1010 '^.+\\.(ts|tsx)$' : [
1111 'ts-jest' ,
@@ -34,16 +34,6 @@ const commonConfig = {
3434module . exports = {
3535 projects : [
3636 Object . assign ( { } , commonConfig , {
37- displayName : 'lib' ,
38- testMatch : [
39- '<rootDir>/lib/__tests__/**/*.(spec|test).(ts|js)' ,
40- '<rootDir>/lib/**/__tests__/**/*.(spec|test).(ts|js)' ,
41- '!.meteor/*.*' ,
42- ] ,
43- testEnvironment : 'node' ,
44- } ) ,
45- Object . assign ( { } , commonConfig , {
46- displayName : 'server' ,
4737 testMatch : [
4838 '<rootDir>/server/__tests__/**/*.(spec|test).(ts|js)' ,
4939 '<rootDir>/server/**/__tests__/**/*.(spec|test).(ts|js)' ,
You can’t perform that action at this time.
0 commit comments