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

Commit c58747d

Browse files
peternewnhamMoOx
authored andcommitted
Removed test.only so that all tests will run (#125)
1 parent 81d743b commit c58747d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/multiple-engines.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ var webpack = require("webpack")
33
var assign = require("object-assign")
44
var conf = require("./utils/conf")
55

6-
test.only("eslint-loader will create an engine for each unique config", function(t) { // eslint-disable-line max-len
6+
test("eslint-loader will create an engine for each unique config", function(t) { // eslint-disable-line max-len
77
webpack(assign({},
88
conf,
99
{

0 commit comments

Comments
 (0)