Skip to content

Commit a5b8a39

Browse files
chore(test): Test against angular 1.6.0
fix BC due to locationProvider.hashPrefix fix BC due to no span tag in transluded element Closes angular-ui#3206
1 parent cae6d03 commit a5b8a39

9 files changed

+40460
-3
lines changed

karma.conf.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ webpackConfig.plugins = [];
3535
webpackConfig.devtool = 'inline-source-map';
3636

3737
module.exports = function(config) {
38-
var ngVersion = config.ngversion || "1.5.0";
38+
var ngVersion = config.ngversion || "1.6.0";
3939

4040
config.set({
4141
singleRun: true,

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@
1616
"test:ng13": "karma start --ngversion 1.3.16",
1717
"test:ng14": "karma start --ngversion 1.4.9",
1818
"test:ng15": "karma start --ngversion 1.5.0",
19-
"test:integrate": "tsc && npm run test:ng12 && npm run test:ng13 && npm run test:ng14 && npm run test:ng15",
19+
"test:ng16": "karma start --ngversion 1.6.0",
20+
"test:integrate": "tsc && npm run test:ng12 && npm run test:ng13 && npm run test:ng14 && npm run test:ng15 && npm run test:ng16",
2021
"watch": "karma start --singleRun=false --autoWatch=true --autoWatchInterval=1",
2122
"debug": "karma start --singleRun=false --autoWatch=true --autoWatchInterval=1 --browsers=Chrome",
2223
"docs": "./scripts/docs.js"

0 commit comments

Comments
 (0)