Skip to content
This repository was archived by the owner on Jul 13, 2020. It is now read-only.

Commit adc4517

Browse files
committedJan 26, 2015
fix up tests
1 parent 18ffbf6 commit adc4517

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
 

‎karma.conf.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ module.exports = function(config) {
4646

4747
{pattern: 'test/{loader,loads,syntax,worker}/**/*', included: false},
4848
{pattern: 'node_modules/when/es6-shim/Promise.js', included: false},
49-
{pattern: 'dist/es6-module-loader.js', included: false}
49+
{pattern: 'dist/es6-module-loader*.js', included: false}
5050
];
5151

5252
// Default Config
@@ -59,7 +59,7 @@ module.exports = function(config) {
5959
client: {
6060
mocha: {
6161
reporter: 'html',
62-
timeout: 10000
62+
timeout: 8000
6363
}
6464
}
6565
});

‎test/worker/worker-traceur.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
importScripts("../../node_modules/traceur/bin/traceur.js",
22
"../../node_modules/when/es6-shim/Promise.js",
3-
"../../dist/es6-module-loader-traceur.js");
3+
"../../dist/es6-module-loader-traceur-sp.src.js");
44

55
System['import']('es6').then(function(m) {
66
postMessage(m.p);

0 commit comments

Comments
 (0)
This repository has been archived.