mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 12:29:55 +08:00
web animation updates
This commit is contained in:
22
scripts/vendor/web-animations-js/test/karma-config.js
vendored
Executable file
22
scripts/vendor/web-animations-js/test/karma-config.js
vendored
Executable file
@ -0,0 +1,22 @@
|
||||
module.exports = function(config) {
|
||||
config.set({
|
||||
frameworks: ['mocha', 'chai'],
|
||||
plugins: [
|
||||
'karma-mocha',
|
||||
'karma-chai',
|
||||
'karma-chrome-launcher',
|
||||
'karma-firefox-launcher'
|
||||
],
|
||||
browsers: ['Firefox'],
|
||||
// browsers: ['Safari', 'Chrome', 'ChromeCanary', 'Firefox', 'IE'],
|
||||
basePath: '..',
|
||||
files: [
|
||||
// Populated in `grunt test` task.
|
||||
],
|
||||
singleRun: true,
|
||||
port: 9876,
|
||||
reporters: ['dots'],
|
||||
colors: true,
|
||||
autoWatch: false,
|
||||
});
|
||||
};
|
Reference in New Issue
Block a user