Skip to content

Commit 544cdcb

Browse files
committed
Add jest-watch-typeahead
1 parent 3275f85 commit 544cdcb

File tree

2 files changed

+48
-1
lines changed

2 files changed

+48
-1
lines changed

package.json

+6-1
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@
5656
"import-all.macro": "^2.0.3",
5757
"jest": "^23.0.1",
5858
"jest-each": "^0.5.0",
59+
"jest-watch-typeahead": "^0.2.0",
5960
"lint-staged": "^6.0.0",
6061
"prettier": "^1.7.4",
6162
"pretty-format": "^22.1.0"
@@ -90,7 +91,11 @@
9091
"lines": 100,
9192
"statements": 100
9293
}
93-
}
94+
},
95+
"watchPlugins": [
96+
"jest-watch-typeahead/filename",
97+
"jest-watch-typeahead/testname"
98+
]
9499
},
95100
"babel": {
96101
"plugins": [

yarn.lock

+42
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,12 @@ ansi-styles@^3.1.0, ansi-styles@^3.2.0:
115115
dependencies:
116116
color-convert "^1.9.0"
117117

118+
ansi-styles@^3.2.1:
119+
version "3.2.1"
120+
resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-3.2.1.tgz#41fbb20243e50b12be0f04b8dedbf07520ce841d"
121+
dependencies:
122+
color-convert "^1.9.0"
123+
118124
any-observable@^0.2.0:
119125
version "0.2.0"
120126
resolved "https://registry.yarnpkg.com/any-observable/-/any-observable-0.2.0.tgz#c67870058003579009083f54ac0abafb5c33d242"
@@ -762,6 +768,14 @@ chalk@^2.0.0, chalk@^2.0.1, chalk@^2.1.0:
762768
escape-string-regexp "^1.0.5"
763769
supports-color "^4.0.0"
764770

771+
chalk@^2.4.1:
772+
version "2.4.1"
773+
resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.4.1.tgz#18c49ab16a037b6eb0152cc83e3471338215b66e"
774+
dependencies:
775+
ansi-styles "^3.2.1"
776+
escape-string-regexp "^1.0.5"
777+
supports-color "^5.3.0"
778+
765779
chokidar@^1.6.1:
766780
version "1.7.0"
767781
resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-1.7.0.tgz#798e689778151c8076b4b360e5edd28cda2bb468"
@@ -1732,6 +1746,10 @@ has-flag@^2.0.0:
17321746
version "2.0.0"
17331747
resolved "https://registry.yarnpkg.com/has-flag/-/has-flag-2.0.0.tgz#e8207af1cc7b30d446cc70b734b5e8be18f88d51"
17341748

1749+
has-flag@^3.0.0:
1750+
version "3.0.0"
1751+
resolved "https://registry.yarnpkg.com/has-flag/-/has-flag-3.0.0.tgz#b5d454dc2199ae225699f3467e5a07f3b955bafd"
1752+
17351753
has-unicode@^2.0.0:
17361754
version "2.0.1"
17371755
resolved "https://registry.yarnpkg.com/has-unicode/-/has-unicode-2.0.1.tgz#e0e6fe6a28cf51138855e086d1691e771de2a8b9"
@@ -2567,6 +2585,24 @@ jest-validate@^23.0.1:
25672585
leven "^2.1.0"
25682586
pretty-format "^23.0.1"
25692587

2588+
jest-watch-typeahead@^0.2.0:
2589+
version "0.2.0"
2590+
resolved "https://registry.yarnpkg.com/jest-watch-typeahead/-/jest-watch-typeahead-0.2.0.tgz#dd0cef120360ac75b93c0afbcdcf21a54b3e43c9"
2591+
dependencies:
2592+
chalk "^2.4.1"
2593+
jest-watcher "^23.1.0"
2594+
slash "^1.0.0"
2595+
string-length "^2.0.0"
2596+
strip-ansi "^4.0.0"
2597+
2598+
jest-watcher@^23.1.0:
2599+
version "23.4.0"
2600+
resolved "https://registry.yarnpkg.com/jest-watcher/-/jest-watcher-23.4.0.tgz#d2e28ce74f8dad6c6afc922b92cabef6ed05c91c"
2601+
dependencies:
2602+
ansi-escapes "^3.0.0"
2603+
chalk "^2.0.1"
2604+
string-length "^2.0.0"
2605+
25702606
jest-worker@^23.0.1:
25712607
version "23.0.1"
25722608
resolved "https://registry.yarnpkg.com/jest-worker/-/jest-worker-23.0.1.tgz#9e649dd963ff4046026f91c4017f039a6aa4a7bc"
@@ -4074,6 +4110,12 @@ supports-color@^4.0.0:
40744110
dependencies:
40754111
has-flag "^2.0.0"
40764112

4113+
supports-color@^5.3.0:
4114+
version "5.4.0"
4115+
resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-5.4.0.tgz#1c6b337402c2137605efe19f10fec390f6faab54"
4116+
dependencies:
4117+
has-flag "^3.0.0"
4118+
40774119
40784120
version "1.0.1"
40794121
resolved "https://registry.yarnpkg.com/symbol-observable/-/symbol-observable-1.0.1.tgz#8340fc4702c3122df5d22288f88283f513d3fdd4"

0 commit comments

Comments
 (0)