Skip to content

Commit

Permalink
fix: Drop it.only
Browse files Browse the repository at this point in the history
  • Loading branch information
bebraw committed Dec 11, 2020
1 parent dda6430 commit 6d8f6a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/merge-with-rules.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -605,7 +605,7 @@ describe("Merge with rules", function () {
);
});

it.only("should merge objects (#163)", function () {
it("should merge objects (#163)", function () {
const _mergeWithExplicitRule = mergeWithRules({
module: {
rules: {
Expand Down

0 comments on commit 6d8f6a4

Please sign in to comment.