Skip to content

Commit

Permalink
Merge tag 'v4.15.0'
Browse files Browse the repository at this point in the history
v4.15.0

 - [New] add `--no-only` flag/`NODE_TAPE_NO_ONLY_TEST` (#572)
 - [New] `t.match`/`t.doesNotMatch: fail the test instead of throw on wrong input types.
 - [Fix] `bin/tape`: delay requires until needed
 - [Robustness] use cached `.test`
 - [readme] hard wraps bad, soft wraps good
 - [readme] port changes from v5
 - [meta] fix `prelint` so it does not fail outside of a git repo
 - [meta] better `eccheck` command
 - [meta] Exclude `fs` from browser bundles (#565)
 - [actions] reuse common workflows
 - [actions] update codecov uploader
 - [Deps] update `object-inspect`, `resolve`, `glob`, `is-regex`, `string.prototype.trim`
 - [Dev Deps] update `eslint`, `@ljharb/eslint-config`, `aud`, `safe-publish-latest`, `array.prototype.flatmap`
 - [Tests] handle a broken error `cause` in node 16.9/16.10
 - [Tests] handle carriage returns in stack traces on Windows
  • Loading branch information
ljharb committed Jan 26, 2022
2 parents b0c8ed3 + e00bfb0 commit a5a1434
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions readme.markdown
Expand Up @@ -62,10 +62,8 @@ You can also run tests using the `tape` binary to utilize globbing, on Windows f
$ tape tests/**/*.js
```

`tape`'s arguments are passed to the
[`glob`](https://www.npmjs.com/package/glob) module. If you want `glob` to
perform the expansion on a system where the shell performs such expansion, quote
the arguments as necessary:
`tape`'s arguments are passed to the [`glob`](https://www.npmjs.com/package/glob) module.
If you want `glob` to perform the expansion on a system where the shell performs such expansion, quote the arguments as necessary:

```sh
$ tape 'tests/**/*.js'
Expand Down

0 comments on commit a5a1434

Please sign in to comment.