Skip to content

Commit

Permalink
update plugin version
Browse files Browse the repository at this point in the history
  • Loading branch information
thymikee committed Mar 18, 2019
1 parent 1e728f7 commit df4c6c6
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 0 deletions.
4 changes: 4 additions & 0 deletions jest.config.js
Expand Up @@ -59,4 +59,8 @@ module.exports = {
transform: {
'^.+\\.[jt]sx?$': '<rootDir>/packages/babel-jest',
},
watchPlugins: [
'jest-watch-typeahead/filename',
'jest-watch-typeahead/testname',
],
};
1 change: 1 addition & 0 deletions package.json
Expand Up @@ -134,6 +134,7 @@
]
},
"dependencies": {
"jest-watch-typeahead": "^0.2.1",
"opencollective": "^1.0.3"
},
"collective": {
Expand Down
21 changes: 21 additions & 0 deletions yarn.lock
Expand Up @@ -7672,6 +7672,27 @@ jest-snapshot-serializer-raw@^1.1.0:
resolved "https://registry.yarnpkg.com/jest-snapshot-serializer-raw/-/jest-snapshot-serializer-raw-1.1.0.tgz#1d7f09c02f3dbbc3ae70b5b7598fb2f45e37d6c8"
integrity sha512-OL3bXRCnSn7Kur3YTGYj+A3Hwh2eyb5QL5VLQ9OSsPBOva7r3sCB0Jf1rOT/KN3ypzH42hrkDz96lpbiMo+AlQ==

jest-watch-typeahead@^0.2.1:
version "0.2.1"
resolved "https://registry.yarnpkg.com/jest-watch-typeahead/-/jest-watch-typeahead-0.2.1.tgz#6c40f232996ca6c39977e929e9f79b189e7d87e4"
integrity sha512-xdhEtKSj0gmnkDQbPTIHvcMmXNUDzYpHLEJ5TFqlaI+schi2NI96xhWiZk9QoesAS7oBmKwWWsHazTrYl2ORgg==
dependencies:
ansi-escapes "^3.0.0"
chalk "^2.4.1"
jest-watcher "^23.1.0"
slash "^2.0.0"
string-length "^2.0.0"
strip-ansi "^5.0.0"

jest-watcher@^23.1.0:
version "23.4.0"
resolved "https://registry.yarnpkg.com/jest-watcher/-/jest-watcher-23.4.0.tgz#d2e28ce74f8dad6c6afc922b92cabef6ed05c91c"
integrity sha1-0uKM50+NrWxq/JIrksq+9u0FyRw=
dependencies:
ansi-escapes "^3.0.0"
chalk "^2.0.1"
string-length "^2.0.0"

jest-worker@24.0.0-alpha.6:
version "24.0.0-alpha.6"
resolved "https://registry.yarnpkg.com/jest-worker/-/jest-worker-24.0.0-alpha.6.tgz#463681b92c117c57107135c14b9b9d6cd51d80ce"
Expand Down

0 comments on commit df4c6c6

Please sign in to comment.