Skip to content

Commit

Permalink
pre_npm_publish for addons in line w. prev commit
Browse files Browse the repository at this point in the history
  • Loading branch information
dfahlander committed Dec 18, 2023
1 parent f955f5f commit 05ae2aa
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion addons/Dexie.Observable/test/integration/karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -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",
]
};

Expand Down
2 changes: 1 addition & 1 deletion addons/Dexie.Observable/test/unit/karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -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",
]
};

Expand Down
2 changes: 1 addition & 1 deletion addons/Dexie.Syncable/test/integration/karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -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",
]
};

Expand Down
2 changes: 1 addition & 1 deletion addons/Dexie.Syncable/test/unit/karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -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",
]
};

Expand Down
2 changes: 1 addition & 1 deletion test/integrations/test-dexie-relationships/karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -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, {
Expand Down

0 comments on commit 05ae2aa

Please sign in to comment.