registry tests
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
|
||||
System.paths['npm:*'] = 'jspm_packages/npm/*.js';
|
||||
System.paths['github:*'] = 'jspm_packages/github/*.js';
|
||||
System.paths['registry-tests/*'] = 'tests/*.js';
|
||||
System.paths['tests/*'] = 'tests/*.js';
|
||||
|
||||
System.map = {
|
||||
'mocha': 'npm:mocha@^1.17.1',
|
||||
'angular': 'github:angular/bower-angular@^1.2.12',
|
||||
'npm:mocha@1.17.1': {
|
||||
'css': 'github:systemjs/plugin-css@master'
|
||||
}
|
||||
};
|
||||
|
||||
System.versions = {
|
||||
'github:angular/bower-angular': '1.2.12',
|
||||
'npm:mocha': '1.17.1',
|
||||
'github:systemjs/plugin-css': 'master'
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user