You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: addons/Dexie.Observable/test/integration/karma.conf.js
+2-4Lines changed: 2 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -5,10 +5,8 @@ module.exports = function (config) {
5
5
constbrowserMatrixOverrides={
6
6
// Be fine with testing on local travis firefox + browserstack chrome, latest supported.
7
7
ci: ["Firefox","bs_chrome_latest_supported"],
8
-
// IE indexedDB hangs sporadically. Avoid it on integration tests to prohibit the
9
-
// likeliness of having to restart the travis builds over and over. We're testing
10
-
// it on the dexie main suite. That's enough.
11
-
pre_npm_publish: defaultBrowserMatrix.pre_npm_publish.filter(b=>!/bs_ie/i.test(b))// TODO: Either remove filter or replace with /bs_edge/ because ie is no longer in prepublish scripts.
8
+
// This addon is not yet ready for full-blown tests on iphone/Safari. That's one of the reason it is still in beta.
Copy file name to clipboardExpand all lines: addons/Dexie.Syncable/test/integration/karma.conf.js
+2-4Lines changed: 2 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -5,10 +5,8 @@ module.exports = function (config) {
5
5
constbrowserMatrixOverrides={
6
6
// Be fine with testing on local travis firefox + browserstack chrome, latest supported.
7
7
ci: ["Firefox","bs_chrome_latest_supported"],
8
-
// IE indexedDB hangs sporadically. Avoid it on integration tests to prohibit the
9
-
// likeliness of having to restart the travis builds over and over. We're testing
10
-
// it on the dexie main suite. That's enough.
11
-
pre_npm_publish: defaultBrowserMatrix.pre_npm_publish.filter(b=>!/bs_ie/i.test(b))// TODO: Either remove filter or replace with /bs_edge/ because ie is no longer in prepublish scripts.
8
+
// This addon is not yet ready for full-blown tests on iphone/Safari. That's one of the reason it is still in beta.
0 commit comments