Skip to content

Commit

Permalink
(docs): update outdated Jest info in template READMEs
Browse files Browse the repository at this point in the history
- these have not had much attention compared to the main repo README
  - and I actually forgot they existed for a bit

- Jest isn't run in watch mode by default and doesn't run tests related
  to files changed since last commit by default either
  - I'm not sure if the latter was ever a thing but the former was only
    a thing temporarily
  • Loading branch information
agilgur5 committed May 3, 2020
1 parent 4e4df28 commit d4ff914
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions templates/basic/README.md
Expand Up @@ -23,5 +23,4 @@ The package is optimized and bundled with Rollup into multiple formats (CommonJS

### `npm test` or `yarn test`

Runs the test watcher (Jest) in an interactive mode.
By default, runs tests related to files changed since the last commit.
Runs Jest.
2 changes: 1 addition & 1 deletion templates/react-with-storybook/README.md
Expand Up @@ -54,7 +54,7 @@ Code quality is [set up for you](https://github.com/palmerhq/tsdx/pull/45/files)

### Jest

Jest tests are set up to run with `npm test` or `yarn test`. This runs the test watcher (Jest) in an interactive mode. By default, runs tests related to files changed since the last commit.
Jest tests are set up to run with `npm test` or `yarn test`.

#### Setup Files

Expand Down
2 changes: 1 addition & 1 deletion templates/react/README.md
Expand Up @@ -38,7 +38,7 @@ Code quality is [set up for you](https://github.com/palmerhq/tsdx/pull/45/files)

### Jest

Jest tests are set up to run with `npm test` or `yarn test`. This runs the test watcher (Jest) in an interactive mode. By default, runs tests related to files changed since the last commit.
Jest tests are set up to run with `npm test` or `yarn test`.

#### Setup Files

Expand Down

0 comments on commit d4ff914

Please sign in to comment.