diff --git a/bindings/js/test/worker.js b/bindings/js/test/worker.js index ca30e4290c..1c670dcc07 100644 --- a/bindings/js/test/worker.js +++ b/bindings/js/test/worker.js @@ -19,6 +19,7 @@ if (isMainThread) { throw "unexpected output using worker threads: '"+output+"' instead of '"+expected+"'"; } await worker.terminate(); + console.log("success!"); } else { const { config, string } = await import('@tdewolff/minify'); config({'html-keep-document-tags': true})