Skip to content

Commit

Permalink
Some Dexie.Syncable tests fail on oldest chrome.
Browse files Browse the repository at this point in the history
Change those to test on latest chrome (which is not so
modern either in this configuration)
  • Loading branch information
dfahlander committed Oct 18, 2023
1 parent e03768e commit 72e3e04
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 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: [
"bs_chrome_oldest_supported",
"bs_chrome_latest_supported",
]
};

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: [
"bs_chrome_oldest_supported",
"bs_chrome_latest_supported",
]
};

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: [
"bs_chrome_oldest_supported",
"bs_chrome_latest_supported",
]
};

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: [
"bs_chrome_oldest_supported",
"bs_chrome_latest_supported",
]
};

Expand Down
2 changes: 1 addition & 1 deletion addons/dexie-cloud/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: [
"bs_chrome_oldest_supported",
"bs_chrome_latest_supported",
]
};

Expand Down
2 changes: 1 addition & 1 deletion addons/dexie-export-import/test/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: [
"bs_chrome_oldest_supported",
"bs_chrome_latest_supported",
]
}, {
// Base path should point at the root
Expand Down

0 comments on commit 72e3e04

Please sign in to comment.