From f09a6abc749370776748b15e0160e02c30d42234 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Go=C5=82e=CC=A8biowski-Owczarek?= Date: Mon, 15 Jul 2024 23:33:50 +0200 Subject: [PATCH 1/2] WIP Build: Dummy commit --- test/node_smoke_tests/smoke_tests.cjs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/node_smoke_tests/smoke_tests.cjs b/test/node_smoke_tests/smoke_tests.cjs index a93ccc23..969d63fd 100644 --- a/test/node_smoke_tests/smoke_tests.cjs +++ b/test/node_smoke_tests/smoke_tests.cjs @@ -1,6 +1,6 @@ "use strict"; -console.log( "Running Node.js smoke tests..." ); +console.log( "Running Node.js smoke tests... MGOL TEST" ); const assert = require( "node:assert/strict" ); const { JSDOM } = require( "jsdom" ); @@ -20,4 +20,4 @@ assert( /^jQuery/.test( $.expando ), assert( typeof $.migrateVersion === "string" && $.migrateVersion.length > 0, "jQuery.migrateVersion was not detected, the jQuery Migrate bootstrap process has failed" ); -console.log( "Node.js smoke tests passed." ); +console.log( "Node.js smoke tests passed. MGOL TEST" ); From 9a0b9b05f75e88f7927d85f92443a2b4bb6d697a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Go=C5=82e=CC=A8biowski-Owczarek?= Date: Mon, 15 Jul 2024 23:36:29 +0200 Subject: [PATCH 2/2] WIP Build: Delete dist/package.json to test GA failures --- dist/package.json | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 dist/package.json diff --git a/dist/package.json b/dist/package.json deleted file mode 100644 index a0df0c86..00000000 --- a/dist/package.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "type": "commonjs" -}