Skip to content

Commit

Permalink
remove .only
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelWest22 committed Feb 2, 2025
1 parent 90739a6 commit 40932ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/ops.js
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ describe("morphing operations", function () {
);
});

it.only("show morph works from pantry instead of trying to update a softmatch", function () {
it("show morph works from pantry instead of trying to update a softmatch", function () {
// When an id node is pantried and then later it is attempted to match and insert
// it can instead softmatch the id'ed node to an non id'ed node and then try and
// morph that softmatch instead of inserting from pantry to retain state.
Expand Down

0 comments on commit 40932ca

Please sign in to comment.