File tree Expand file tree Collapse file tree 4 files changed +1
-19
lines changed
integrations/express-server Expand file tree Collapse file tree 4 files changed +1
-19
lines changed Original file line number Diff line number Diff line change @@ -3,12 +3,6 @@ module.exports = {
33 testEnvironment : 'node' ,
44 testMatch : [ '**/__tests__/**/*.test.ts' ] ,
55 moduleNameMapper : {
6- '^@objectql/core$' : '<rootDir>/../../foundation/core/src' ,
7- '^@objectql/types$' : '<rootDir>/../../foundation/types/src' ,
8- '^@objectql/platform-node$' : '<rootDir>/../../foundation/platform-node/src' ,
9- '^@objectql/driver-sql$' : '<rootDir>/../../drivers/sql/src' ,
10- '^@objectql/driver-mongo$' : '<rootDir>/../../drivers/mongo/src' ,
11- '^@objectql/server$' : '<rootDir>/../../runtime/server/src' ,
126 } ,
137 transform : {
148 '^.+\\.ts$' : [ 'ts-jest' , {
Original file line number Diff line number Diff line change @@ -3,12 +3,6 @@ module.exports = {
33 testEnvironment : 'node' ,
44 testMatch : [ '**/__tests__/**/*.test.ts' ] ,
55 moduleNameMapper : {
6- '^@objectql/core$' : '<rootDir>/../../foundation/core/src' ,
7- '^@objectql/types$' : '<rootDir>/../../foundation/types/src' ,
8- '^@objectql/platform-node$' : '<rootDir>/../../foundation/platform-node/src' ,
9- '^@objectql/driver-sql$' : '<rootDir>/../../drivers/sql/src' ,
10- '^@objectql/driver-mongo$' : '<rootDir>/../../drivers/mongo/src' ,
11- '^@objectql/server$' : '<rootDir>/../../runtime/server/src' ,
126 } ,
137 transform : {
148 '^.+\\.ts$' : [ 'ts-jest' , {
Original file line number Diff line number Diff line change @@ -3,12 +3,6 @@ module.exports = {
33 testEnvironment : 'node' ,
44 testMatch : [ '**/__tests__/**/*.test.ts' ] ,
55 moduleNameMapper : {
6- '^@objectql/core$' : '<rootDir>/../../foundation/core/src' ,
7- '^@objectql/types$' : '<rootDir>/../../foundation/types/src' ,
8- '^@objectql/platform-node$' : '<rootDir>/../../foundation/platform-node/src' ,
9- '^@objectql/driver-sql$' : '<rootDir>/../../drivers/sql/src' ,
10- '^@objectql/driver-mongo$' : '<rootDir>/../../drivers/mongo/src' ,
11- '^@objectql/server$' : '<rootDir>/../../runtime/server/src' ,
126 } ,
137 transform : {
148 '^.+\\.ts$' : [ 'ts-jest' , {
Original file line number Diff line number Diff line change 22 "name" : " objectql-monorepo" ,
33 "private" : true ,
44 "scripts" : {
5- "dev" : " pnpm example :tracker" ,
5+ "dev" : " pnpm objectql :tracker" ,
66 "build" : " tsc -b && pnpm -r run build" ,
77 "clean" : " rm -rf dist packages/*/dist packages/*/node_modules node_modules" ,
88 "test" : " pnpm run check-versions && pnpm -r run test" ,
You can’t perform that action at this time.
0 commit comments