We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0486efa commit eb3ad4eCopy full SHA for eb3ad4e
jest.config.js
@@ -0,0 +1,15 @@
1
+module.exports = {
2
+ projects: [
3
+ '<rootDir>/packages/foundation/*',
4
+ '<rootDir>/packages/drivers/*',
5
+ '<rootDir>/packages/runtime/*',
6
+ '<rootDir>/packages/tools/cli',
7
+ '<rootDir>/packages/tools/vscode-objectql',
8
+ '<rootDir>/examples/showcase/*'
9
+ ],
10
+ testPathIgnorePatterns: [
11
+ '/node_modules/',
12
+ '/dist/',
13
+ '<rootDir>/packages/tools/create/'
14
+ ]
15
+};
packages/tools/create/jest.config.js
@@ -0,0 +1,5 @@
+ preset: 'ts-jest',
+ testEnvironment: 'node',
+ testPathIgnorePatterns: ['/templates/']
0 commit comments