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

Commit

Permalink
Removed test.only so that all tests will run (#125)
Browse files Browse the repository at this point in the history
  • Loading branch information
peternewnham authored and MoOx committed Nov 23, 2016
1 parent 81d743b commit c58747d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/multiple-engines.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ var webpack = require("webpack")
var assign = require("object-assign")
var conf = require("./utils/conf")

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

0 comments on commit c58747d

Please sign in to comment.