Skip to content

Commit

Permalink
upgrade smpl-select2 to angular 15
Browse files Browse the repository at this point in the history
  • Loading branch information
phuongnle committed Dec 26, 2023
1 parent a3050d7 commit 2bc226c
Show file tree
Hide file tree
Showing 7 changed files with 766 additions and 42 deletions.
3 changes: 3 additions & 0 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -176,5 +176,8 @@
}
}
}
},
"cli": {
"analytics": false
}
}
3 changes: 2 additions & 1 deletion karma.conf.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
// Karma configuration file, see link for more information
// https://karma-runner.github.io/1.0/config/configuration-file.html
process.env.CHROME_BIN = require('puppeteer').executablePath()

module.exports = function (config) {
config.set({
Expand All @@ -24,7 +25,7 @@ module.exports = function (config) {
colors: true,
logLevel: config.LOG_INFO,
autoWatch: true,
browsers: ['Chrome'],
browsers: ['ChromeHeadless'],
singleRun: false,
restartOnFileChange: true
});
Expand Down
Loading

0 comments on commit 2bc226c

Please sign in to comment.