include HTML test
This commit is contained in:
+3
-1
@@ -7,6 +7,7 @@ System.paths['tests/*'] = 'tests/*.js';
|
||||
System.map = {
|
||||
'mocha': 'npm:mocha@^1.17.1',
|
||||
'angular': 'github:angular/bower-angular@^1.2.12',
|
||||
'text': 'github:systemjs/plugin-text@master',
|
||||
'npm:mocha@1.17.1': {
|
||||
'css': 'github:systemjs/plugin-css@master'
|
||||
}
|
||||
@@ -15,6 +16,7 @@ System.map = {
|
||||
System.versions = {
|
||||
'github:angular/bower-angular': '1.2.12',
|
||||
'npm:mocha': '1.17.1',
|
||||
'github:systemjs/plugin-css': 'master'
|
||||
'github:systemjs/plugin-css': 'master',
|
||||
'github:systemjs/plugin-text': 'master'
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user