File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,6 +3,11 @@ module.exports = {
33 testEnvironment : 'node' ,
44 testMatch : [ '**/test/**/*.test.ts' ] ,
55 moduleNameMapper : {
6- '^@objectql/types$' : '<rootDir>/../types/src' ,
6+ '^@objectql/(.*)$' : '<rootDir>/../$1/src' ,
7+ } ,
8+ transform : {
9+ '^.+\\.ts$' : [ 'ts-jest' , {
10+ isolatedModules : true ,
11+ } ] ,
712 } ,
813} ;
Original file line number Diff line number Diff line change @@ -2,4 +2,12 @@ module.exports = {
22 preset : 'ts-jest' ,
33 testEnvironment : 'node' ,
44 testMatch : [ '**/test/**/*.test.ts' ] ,
5+ moduleNameMapper : {
6+ '^@objectql/(.*)$' : '<rootDir>/../$1/src' ,
7+ } ,
8+ transform : {
9+ '^.+\\.ts$' : [ 'ts-jest' , {
10+ isolatedModules : true ,
11+ } ] ,
12+ } ,
513} ;
Original file line number Diff line number Diff line change @@ -2,4 +2,12 @@ module.exports = {
22 preset : 'ts-jest' ,
33 testEnvironment : 'node' ,
44 testMatch : [ '**/test/**/*.test.ts' ] ,
5+ moduleNameMapper : {
6+ '^@objectql/(.*)$' : '<rootDir>/../$1/src' ,
7+ } ,
8+ transform : {
9+ '^.+\\.ts$' : [ 'ts-jest' , {
10+ isolatedModules : true ,
11+ } ] ,
12+ } ,
513} ;
You can’t perform that action at this time.
0 commit comments