Skip to content
This repository was archived by the owner on Oct 28, 2021. It is now read-only.

Commit 25862ff

Browse files
author
Calum Peak
committed
smart-queue next iteration WIP
1 parent 05eacd9 commit 25862ff

18 files changed

+1325
-1018
lines changed

package.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,15 @@
2424
"eslint-plugin-import": "^2.7.0",
2525
"eslint-plugin-prettier": "^2.2.0",
2626
"flow-bin": "^0.76.0",
27-
"jest": "^19.0.2",
27+
"jest": "^23.6.0",
2828
"lerna": "^2.11.0",
2929
"prettier": "^1.6.1"
30+
},
31+
"jest": {
32+
"rootDir": "./packages",
33+
"testPathIgnorePatterns": [
34+
"<rootDir>/node_modules/",
35+
"<rootDir>/__tests__/helpers"
36+
]
3037
}
3138
}

0 commit comments

Comments
 (0)