We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c258099 + ddbc984 commit 06e8cf2Copy full SHA for 06e8cf2
1 file changed
packages/foundation/core/jest.config.js
@@ -11,8 +11,8 @@ module.exports = {
11
testEnvironment: 'node',
12
testMatch: ['**/test/**/*.test.ts'],
13
moduleNameMapper: {
14
+ '^@objectql/runtime$': '<rootDir>/../../objectstack/runtime/src',
15
'^@objectql/(.*)$': '<rootDir>/../$1/src',
- '^@objectql/runtime$': '<rootDir>/test/__mocks__/@objectql/runtime.ts',
16
},
17
transform: {
18
'^.+\\.ts$': ['ts-jest', {
0 commit comments