From 05ae2aa024ae2cf0550a7dc256291235f441b159 Mon Sep 17 00:00:00 2001 From: dfahlander Date: Mon, 18 Dec 2023 10:39:35 +0100 Subject: [PATCH] pre_npm_publish for addons in line w. prev commit --- addons/Dexie.Observable/test/integration/karma.conf.js | 2 +- addons/Dexie.Observable/test/unit/karma.conf.js | 2 +- addons/Dexie.Syncable/test/integration/karma.conf.js | 2 +- addons/Dexie.Syncable/test/unit/karma.conf.js | 2 +- test/integrations/test-dexie-relationships/karma.conf.js | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/addons/Dexie.Observable/test/integration/karma.conf.js b/addons/Dexie.Observable/test/integration/karma.conf.js index f430e1b02..239d47196 100644 --- a/addons/Dexie.Observable/test/integration/karma.conf.js +++ b/addons/Dexie.Observable/test/integration/karma.conf.js @@ -8,7 +8,7 @@ module.exports = function (config) { // Safari fails to reply on browserstack. Need to not have it here. // Just complement with old chrome browser that is not part of CI test suite. pre_npm_publish: [ - "remote_chrome", + "Chrome", ] }; diff --git a/addons/Dexie.Observable/test/unit/karma.conf.js b/addons/Dexie.Observable/test/unit/karma.conf.js index 0708a8a54..143c9e329 100644 --- a/addons/Dexie.Observable/test/unit/karma.conf.js +++ b/addons/Dexie.Observable/test/unit/karma.conf.js @@ -8,7 +8,7 @@ module.exports = function (config) { // Safari fails to reply on browserstack. Need to not have it here. // Just complement with old chrome browser that is not part of CI test suite. pre_npm_publish: [ - "remote_chrome", + "Chrome", ] }; diff --git a/addons/Dexie.Syncable/test/integration/karma.conf.js b/addons/Dexie.Syncable/test/integration/karma.conf.js index 14490ad5e..283328a73 100644 --- a/addons/Dexie.Syncable/test/integration/karma.conf.js +++ b/addons/Dexie.Syncable/test/integration/karma.conf.js @@ -8,7 +8,7 @@ module.exports = function (config) { // Safari fails to reply on browserstack. Need to not have it here. // Just complement with old chrome browser that is not part of CI test suite. pre_npm_publish: [ - "remote_chrome", + "Chrome", ] }; diff --git a/addons/Dexie.Syncable/test/unit/karma.conf.js b/addons/Dexie.Syncable/test/unit/karma.conf.js index 876a807a6..51cf248f0 100644 --- a/addons/Dexie.Syncable/test/unit/karma.conf.js +++ b/addons/Dexie.Syncable/test/unit/karma.conf.js @@ -8,7 +8,7 @@ module.exports = function (config) { // Safari fails to reply on browserstack. Need to not have it here. // Just complement with old chrome browser that is not part of CI test suite. pre_npm_publish: [ - "remote_chrome", + "Chrome", ] }; diff --git a/test/integrations/test-dexie-relationships/karma.conf.js b/test/integrations/test-dexie-relationships/karma.conf.js index 91d9e817b..b16260d80 100644 --- a/test/integrations/test-dexie-relationships/karma.conf.js +++ b/test/integrations/test-dexie-relationships/karma.conf.js @@ -6,7 +6,7 @@ module.exports = function (config) { // Be fine with testing on local travis firefox for both pull requests and pushs. ci: ["remote_chrome"], // Be fine with chrome for this particular integration test. - pre_npm_publish: ['remote_chrome'] + pre_npm_publish: ['Chrome'] }; const cfg = getKarmaConfig(browserMatrixOverrides, {