2.2.2 • Published 2 years ago
jest-watch-typeahead v2.2.2
Usage
Install
Install jest
(it needs Jest 27+) and jest-watch-typeahead
yarn add --dev jest jest-watch-typeahead
# or with NPM
npm install --save-dev jest jest-watch-typeahead
Add it to your Jest config
In your package.json
{
"jest": {
"watchPlugins": [
"jest-watch-typeahead/filename",
"jest-watch-typeahead/testname"
]
}
}
Or in jest.config.js
module.exports = {
watchPlugins: [
'jest-watch-typeahead/filename',
'jest-watch-typeahead/testname',
],
};
Configuring your key and prompt name
module.exports = {
watchPlugins: [
[
'jest-watch-typeahead/filename',
{
key: 'k',
prompt: 'do something with my custom prompt',
},
],
],
};
Run Jest in watch mode
yarn jest --watch
2.2.2
2 years ago
2.2.1
2 years ago
2.2.0
3 years ago
2.1.1
3 years ago
2.1.0
3 years ago
2.0.0
3 years ago
1.1.0
3 years ago
1.0.0
3 years ago
0.6.5
3 years ago
0.6.4
4 years ago
0.6.3
4 years ago
0.6.2
4 years ago
0.6.1
5 years ago
0.6.0
5 years ago
0.5.0
5 years ago
0.4.2
5 years ago
0.4.1
5 years ago
0.4.0
6 years ago
0.3.1
6 years ago
0.3.0
6 years ago
0.2.2-1
6 years ago
0.2.2-0
6 years ago
0.2.1
6 years ago
0.2.0
7 years ago
0.1.0
7 years ago
0.1.0-3
7 years ago
0.1.0-2
7 years ago
0.1.0-1
7 years ago
0.1.0-0
7 years ago
0.0.1
7 years ago