| Index: test_runner.js |
| =================================================================== |
| --- a/test_runner.js |
| +++ b/test_runner.js |
| @@ -114,17 +114,17 @@ |
| } |
| }); |
| }); |
| } |
| function runBrowserTests(processes) |
| { |
| if (!browserFiles.length) |
| - return; |
| + return Promise.resolve(); |
|
Manish Jethani
2018/09/26 10:36:49
LGTM, for next bookmark.
|
| let nodeunitPath = path.join(__dirname, "node_modules", "nodeunit", |
| "examples", "browser", "nodeunit.js"); |
| let bundleFilename = "bundle.js"; |
| return webpackInMemory(bundleFilename, { |
| entry: path.join(__dirname, "test", "browser", "_bootstrap.js"), |
| module: { |