Skip to content

Commit

Permalink
fix: Drop .only from test
Browse files Browse the repository at this point in the history
  • Loading branch information
bebraw committed Aug 30, 2020
1 parent f65cc3d commit 17fb00f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/merge.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ function normalMergeTest(merge, loadersKey) {
assert.deepEqual(merge([]), {});
});

it.only("should override with null (#144)", function () {
it("should override with null (#144)", function () {
const result = { devServer: null };

assert.deepEqual(
Expand Down

0 comments on commit 17fb00f

Please sign in to comment.