This repository has been archived by the owner on Mar 10, 2020. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The only option will now accept an object for onlying a specific test. Previously you could only do this to only run a specific test: ```js { only: ['should test a thing'] } ``` Now you can do this: ```js { only: [{ name: 'should test a thing', reason: 'because development' // optional! }] } ``` License: MIT Signed-off-by: Alan Shaw <[email protected]>
- Loading branch information