Skip to content

Commit 83e72cd

Browse files
author
Walker Leite
committed
test(jest): change project order
1 parent 40324bf commit 83e72cd

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

template/jest.config.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ module.exports = {
66
'!**/node_modules/**',
77
],
88
projects: [
9+
{
10+
displayName: 'test helpers',
11+
testMatch: ['<rootDir>/test/**/*.spec.js'],
12+
},
913
{
1014
displayName: 'server',
1115
testMatch: [
@@ -22,10 +26,6 @@ module.exports = {
2226
},
2327
setupTestFrameworkScriptFile: './jest.plugins.js',
2428
},
25-
{
26-
displayName: 'test',
27-
testMatch: ['<rootDir>/test/**/*.spec.js'],
28-
},
2929
{
3030
displayName: 'client',
3131
testMatch: ['<rootDir>/client/**/*.spec.js'],

0 commit comments

Comments
 (0)