Skip to content

Commit 6c0625f

Browse files
committed
v5.1.0
- [New] Include name of test in log when test times out (#524) - [readme] document Promise support; remove Promise-related alternatives - [readme] add `tape-describe` to 'other' section (#523) - [Deps] update `deep-equal`, `is-regex`, `object-inspect`, `object-is`, `object.assign`, `resolve`, `string.prototype.trim` - [Dev Deps] update `eslint`, `js-yaml` - [eslint] remove useless regex escapes - [Tests] handle stack differences in node 15 - [Tests] add test case for #519 for test.comment() in createStream/objectMode context (#520)
1 parent 434f615 commit 6c0625f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tape",
3-
"version": "5.0.1",
3+
"version": "5.1.0",
44
"description": "tap-producing test harness for node and browsers",
55
"main": "index.js",
66
"exports": {

0 commit comments

Comments
 (0)