Skip to content

Commit

Permalink
Add dummy test
Browse files Browse the repository at this point in the history
  • Loading branch information
bzvnr committed Apr 22, 2023
1 parent a78a8bb commit 969d653
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/renumberReferences.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,3 +71,7 @@ describe(".checkFormat:", () => {
})
});
});

describe("test", () => {
expect(1).toEqual(2);
})

0 comments on commit 969d653

Please sign in to comment.