@tapjs/core
Advanced tools
Comparing version 0.0.0-10 to 0.0.0-11
@@ -143,6 +143,8 @@ /** | ||
* True if this test should be buffered, and only processed once | ||
* complete. Used when running tests in parallel, unlikely that there's | ||
* any reason to set this explicitly. | ||
* complete. | ||
* | ||
* @internal | ||
* Defaults to true when `t.jobs` is set to a value greater than 1. | ||
* | ||
* If set false in that case, then the test will NOT be run in parallel, | ||
* so this provides a way to control the parallelism within a test suite. | ||
*/ | ||
@@ -149,0 +151,0 @@ buffered?: boolean; |
@@ -184,2 +184,3 @@ "use strict"; | ||
super.write(message); | ||
this.parser.emit('comment', message.trim()); | ||
} | ||
@@ -186,0 +187,0 @@ else { |
@@ -143,6 +143,8 @@ /** | ||
* True if this test should be buffered, and only processed once | ||
* complete. Used when running tests in parallel, unlikely that there's | ||
* any reason to set this explicitly. | ||
* complete. | ||
* | ||
* @internal | ||
* Defaults to true when `t.jobs` is set to a value greater than 1. | ||
* | ||
* If set false in that case, then the test will NOT be run in parallel, | ||
* so this provides a way to control the parallelism within a test suite. | ||
*/ | ||
@@ -149,0 +151,0 @@ buffered?: boolean; |
@@ -155,2 +155,3 @@ import * as stack from '@tapjs/stack'; | ||
super.write(message); | ||
this.parser.emit('comment', message.trim()); | ||
} | ||
@@ -157,0 +158,0 @@ else { |
{ | ||
"name": "@tapjs/core", | ||
"version": "0.0.0-10", | ||
"version": "0.0.0-11", | ||
"description": "pluggable core of node-tap", | ||
@@ -49,8 +49,8 @@ "author": "Isaac Z. Schlueter <i@izs.me> (https://blog.izs.me)", | ||
"dependencies": { | ||
"@tapjs/processinfo": "^2.5.5", | ||
"@tapjs/processinfo": "^2.5.6", | ||
"@tapjs/stack": "0.0.0-3", | ||
"@tapjs/test": "0.0.0-10", | ||
"@tapjs/test": "0.0.0-11", | ||
"async-hook-domain": "^4.0.1", | ||
"is-actual-promise": "^1.0.0", | ||
"jackspeak": "^2.2.2", | ||
"jackspeak": "^2.2.3", | ||
"minipass": "^7.0.2", | ||
@@ -57,0 +57,0 @@ "signal-exit": "4.1", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
753321
9030
+ Added@tapjs/test@0.0.0-11(transitive)
- Removed@tapjs/test@0.0.0-10(transitive)
Updated@tapjs/processinfo@^2.5.6
Updated@tapjs/test@0.0.0-11
Updatedjackspeak@^2.2.3