@tng-sh/js 0.0.7 → 0.0.9
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/bin/tng.js +1 -1
- package/binaries/go-ui-darwin-amd64 +0 -0
- package/binaries/go-ui-darwin-arm64 +0 -0
- package/binaries/go-ui-linux-amd64 +0 -0
- package/binaries/go-ui-linux-arm64 +0 -0
- package/lib/generateTestsUi.js +2 -3
- package/package.json +1 -1
- package/tng_sh_js.darwin-arm64.node +0 -0
- package/tng_sh_js.darwin-x64.node +0 -0
- package/tng_sh_js.linux-arm64-gnu.node +0 -0
- package/tng_sh_js.linux-x64-gnu.node +0 -0
package/bin/tng.js
CHANGED
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/lib/generateTestsUi.js
CHANGED
|
@@ -240,10 +240,9 @@ class GenerateTestsUI {
|
|
|
240
240
|
);
|
|
241
241
|
|
|
242
242
|
if (isAudit) {
|
|
243
|
-
|
|
244
|
-
progress.complete('Audit complete!', { auto_exit: true });
|
|
243
|
+
progress.complete('Audit ready!', { auto_exit: false });
|
|
245
244
|
return {
|
|
246
|
-
message: 'Audit
|
|
245
|
+
message: 'Audit ready!',
|
|
247
246
|
resultJson: resultJson
|
|
248
247
|
};
|
|
249
248
|
}
|
package/package.json
CHANGED
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|