diff --git a/test/config.js b/test/config.js
index dbdda6f..38e2022 100644
--- a/test/config.js
+++ b/test/config.js
@@ -1,22 +1,19 @@
-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',
'text': 'github:systemjs/plugin-text@master',
+ 'angular': 'github:angular/bower-angular@^1.2.12',
+ 'mocha': 'npm:mocha@^1.17.1',
'npm:mocha@1.17.1': {
'css': 'github:systemjs/plugin-css@master'
}
};
System.versions = {
+ 'github:systemjs/plugin-text': 'master',
'github:angular/bower-angular': '1.2.12',
'npm:mocha': '1.17.1',
- 'github:systemjs/plugin-css': 'master',
- 'github:systemjs/plugin-text': 'master'
+ 'github:systemjs/plugin-css': 'master'
};
diff --git a/test/package.json b/test/package.json
index 7b83c59..0681df6 100644
--- a/test/package.json
+++ b/test/package.json
@@ -7,8 +7,8 @@
"configFile": "config.js",
"registry": "jspm",
"dependencies": {
- "mocha": "^1.17.1",
+ "text": "master",
"angular": "^1.2.12",
- "text": "master"
+ "mocha": "^1.17.1"
}
}
\ No newline at end of file
diff --git a/test/test.html b/test/test.html
index 756bd5d..8985bb4 100644
--- a/test/test.html
+++ b/test/test.html
@@ -1,5 +1,5 @@
-
+