add tests for harmony with devtools

This commit is contained in:
Tobias Koppers 2017-01-17 19:38:41 +01:00
parent 0b476022bb
commit ba7b3aabbf
4 changed files with 10 additions and 0 deletions

View File

@ -0,0 +1,2 @@
export {}
it("should run fine", function() {});

View File

@ -0,0 +1,3 @@
module.exports = {
devtool: "eval-source-map"
};

View File

@ -0,0 +1,2 @@
export {}
it("should run fine", function() {});

View File

@ -0,0 +1,3 @@
module.exports = {
devtool: "eval"
};