Skip to content

Commit

Permalink
Merge pull request #3991 from webpack/test/devtools
Browse files Browse the repository at this point in the history
add tests for harmony with devtools
  • Loading branch information
sokra committed Jan 18, 2017
2 parents e5a39fa + ba7b3aa commit e1d7fb0
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/configCases/devtools/harmony-eval-source-map/index.js
@@ -0,0 +1,2 @@
export {}
it("should run fine", function() {});
@@ -0,0 +1,3 @@
module.exports = {
devtool: "eval-source-map"
};
2 changes: 2 additions & 0 deletions test/configCases/devtools/harmony-eval/index.js
@@ -0,0 +1,2 @@
export {}
it("should run fine", function() {});
3 changes: 3 additions & 0 deletions test/configCases/devtools/harmony-eval/webpack.config.js
@@ -0,0 +1,3 @@
module.exports = {
devtool: "eval"
};

0 comments on commit e1d7fb0

Please sign in to comment.