Skip to content
This repository has been archived by the owner on Aug 1, 2021. It is now read-only.

Commit

Permalink
test: remove changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
ToppleTheNun committed Apr 22, 2021
1 parent 0b762c8 commit b27bfc7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/__tests__/index.test.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { branches, plugins } from "../";

it("applies 6 plugins", () => {
expect(plugins.length).toBe(6);
it("applies 5 plugins", () => {
expect(plugins.length).toBe(5);
});

it("releases on the main branch", () => {
Expand Down

0 comments on commit b27bfc7

Please sign in to comment.