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 40324bf commit 83e72cdCopy full SHA for 83e72cd
template/jest.config.js
@@ -6,6 +6,10 @@ module.exports = {
6
'!**/node_modules/**',
7
],
8
projects: [
9
+ {
10
+ displayName: 'test helpers',
11
+ testMatch: ['<rootDir>/test/**/*.spec.js'],
12
+ },
13
{
14
displayName: 'server',
15
testMatch: [
@@ -22,10 +26,6 @@ module.exports = {
22
26
},
23
27
setupTestFrameworkScriptFile: './jest.plugins.js',
24
28
25
- {
- displayName: 'test',
- testMatch: ['<rootDir>/test/**/*.spec.js'],
- },
29
30
displayName: 'client',
31
testMatch: ['<rootDir>/client/**/*.spec.js'],
0 commit comments