@tejp/testing-streams
Advanced tools
Comparing version 0.1.0 to 0.2.0
{ | ||
"name": "@tejp/testing-streams", | ||
"version": "0.1.0", | ||
"version": "0.2.0", | ||
"description": "Streams for test cases", | ||
@@ -13,14 +13,12 @@ "main": "lib/streams.js", | ||
"ava": { | ||
"require": [ | ||
"@babel/polyfill" | ||
] | ||
"babel": true | ||
}, | ||
"license": "MIT", | ||
"devDependencies": { | ||
"@ava/babel": "^1.0.1", | ||
"@babel/cli": "^7.6.0", | ||
"@babel/core": "^7.6.0", | ||
"@babel/polyfill": "^7.6.0", | ||
"@babel/preset-env": "^7.6.0", | ||
"ava": "^2.3.0", | ||
"eslint": "^6.3.0", | ||
"ava": "^3.15.0", | ||
"eslint": "^7.17.0", | ||
"stream-watcher": "^0.2.9" | ||
@@ -27,0 +25,0 @@ }, |
@@ -37,5 +37,5 @@ import test from "ava"; | ||
t.is(stream.read(), null); | ||
await t.throwsAsync(watcher.finish, "E"); | ||
await t.throwsAsync(watcher.finish, {message: "E"}); | ||
}); | ||
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
12308
13