@jcoreio/toolchain-mocha 5.8.0 → 5.8.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jcoreio/toolchain-mocha",
|
|
3
|
-
"version": "5.8.
|
|
3
|
+
"version": "5.8.2",
|
|
4
4
|
"description": "Mocha build toolchain",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
"nyc": "^15.1.0",
|
|
24
24
|
"resolve-bin": "^1.0.0",
|
|
25
25
|
"semver": "^7.5.3",
|
|
26
|
-
"@jcoreio/toolchain": "5.8.
|
|
26
|
+
"@jcoreio/toolchain": "5.8.2"
|
|
27
27
|
},
|
|
28
28
|
"toolchainManaged": {
|
|
29
29
|
"devDependencies": {
|
|
@@ -1,4 +1,6 @@
|
|
|
1
|
-
|
|
1
|
+
/* global before */
|
|
2
|
+
// avoid importing before from mocha because it may not be the same instance of
|
|
3
|
+
// Mocha as the project has.
|
|
2
4
|
|
|
3
5
|
if (process.argv.indexOf('--watch') >= 0) {
|
|
4
6
|
before(() => process.stdout.write('\u001b[2J\u001b[1;1H\u001b[3J'))
|