Browse Source

fix typo

babel-plugin-for-integration-tests
Sindre Sorhus 9 years ago
parent
commit
305fcdb4b3
  1. 2
      readme.md

2
readme.md

@ -184,7 +184,7 @@ test.serial(t => {
### Only-tests
Only-tests enforces only those tests to be run. This can be useful for running only a few of tests during development.
Only-tests enforces only those tests to be run. This can be useful for running only a few tests during development.
```js
test('will not be run', t => {

Loading…
Cancel
Save