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

Commit 96e1335

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

File tree

16 files changed

+1160
-1018
lines changed

16 files changed

+1160
-1018
lines changed

package.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,14 @@
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+
"testIgnorePatterns": [
34+
"<rootDir>/node_modules/**"
35+
]
3036
}
3137
}

0 commit comments

Comments
 (0)