Skip to content

Commit

Permalink
fix: remove .only
Browse files Browse the repository at this point in the history
  • Loading branch information
BelfordZ committed Jan 15, 2020
1 parent 7fbaf91 commit b6a35fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/parse-open-rpc-document.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ describe("parseOpenRPCDocument", () => {
.toBeInstanceOf(OpenRPCDocumentValidationError);
});

it.only("rejects when the schema becomes invalid after dereffing", () => {
it("rejects when the schema becomes invalid after dereffing", () => {
expect.assertions(1);
return expect(parseOpenRPCDocument({
openrpc: "1.2.1",
Expand Down

0 comments on commit b6a35fc

Please # to comment.