From e3d09a899031e4d2b792a0078578ab1d9c6b8658 Mon Sep 17 00:00:00 2001 From: Chris Williams Date: Fri, 11 Sep 2020 13:28:22 -0400 Subject: [PATCH] test(ios): point to eventual 9.2.0.GA release for testing --- test/unit/karma.unit.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/unit/karma.unit.config.js b/test/unit/karma.unit.config.js index 3513709..2b142c8 100644 --- a/test/unit/karma.unit.config.js +++ b/test/unit/karma.unit.config.js @@ -12,7 +12,7 @@ module.exports = config => { 'karma-*' ], titanium: { - sdkVersion: config.sdkVersion || '9.0.0.GA' + sdkVersion: config.sdkVersion || '9.2.0.GA' }, customLaunchers: { android: {