-
Notifications
You must be signed in to change notification settings - Fork 504
test not running in watch mode by default #319
Copy link
Copy link
Closed
Labels
kind: featureNew feature or requestNew feature or requestscope: docsDocumentation could be improved. Or changes that only affect docsDocumentation could be improved. Or changes that only affect docs
Description
Current Behavior
yarn test isn't running in interactive mode
Expected behavior
to have tests run in interactive/watch mode.
Suggested solution(s)
run jest in watch mode when tsdx test is run.
Your environment
| Software | Version(s) |
|---|---|
| TSDX | 0.11.0 |
| TypeScript | 3.7.2 |
| Browser | N/A |
| npm/Yarn | Yarn |
| Node | 12.8.1 |
| Operating System | MacOS Mojave version 10.14.4 |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
kind: featureNew feature or requestNew feature or requestscope: docsDocumentation could be improved. Or changes that only affect docsDocumentation could be improved. Or changes that only affect docs