mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 12:29:55 +08:00
chore(tests): make typescript and unit tests friends
This commit is contained in:
@ -10,6 +10,7 @@ module.exports = function(config) {
|
||||
files: [
|
||||
'node_modules/systemjs/node_modules/es6-module-loader/dist/es6-module-loader.js',
|
||||
'node_modules/systemjs/dist/system.js',
|
||||
'scripts/karma/system.config.js',
|
||||
'node_modules/angular2/bundles/angular2-polyfills.min.js',
|
||||
'node_modules/angular2/bundles/angular2.min.js',
|
||||
'node_modules/angular2/bundles/router.min.js',
|
||||
|
6
scripts/karma/system.config.js
Normal file
6
scripts/karma/system.config.js
Normal file
@ -0,0 +1,6 @@
|
||||
System.config({
|
||||
map: {
|
||||
angular2: '/base/angular2',
|
||||
ionic: '/base/ionic'
|
||||
}
|
||||
});
|
Reference in New Issue
Block a user