Skip to content

Commit 5c1dac7

Browse files
committed
Re-enable all tests
Accidentally left a `.only` in the last commit
1 parent ebcb9e1 commit 5c1dac7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/unit/sync.test.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -840,7 +840,7 @@ describe("Sync", function() {
840840
});
841841
});
842842

843-
describe.only("#autoMerge", function() {
843+
describe("#autoMerge", function() {
844844
describe("new node", function() {
845845
beforeEach(function() {
846846
this.node = {

0 commit comments

Comments
 (0)