Skip to content

Commit

Permalink
skiping test
Browse files Browse the repository at this point in the history
  • Loading branch information
dalejo96 committed Dec 12, 2023
1 parent b03703b commit 682b7a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/integration/prepare.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ const pluginConfig: PluginConfig = {
};

describe("prepare", () => {
it.skip("throws error when next release is not defined", () => {
expect(() => prepare(pluginConfig, contextWithoutRelease)).toThrowError();
it.skip("throws an error when next release is not defined", () => {
expect(() => prepare(pluginConfig, contextWithoutRelease)).toThrow();
});

it("does not throw an error when next release is defined", () => {
Expand Down

0 comments on commit 682b7a7

Please sign in to comment.