Skip to content
This repository has been archived by the owner on May 8, 2023. It is now read-only.

Commit

Permalink
more tests
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanbuck committed Apr 29, 2020
1 parent 42c3323 commit 82d50fd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions some.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,10 @@ describe("foo", function() {
it("fails", function() {
expect("b").toBe("b");
expect("c").toBe("d");
expect("d").toBe("c");
});

it("fails II", function() {
expect(1).toBe(2);
});
});

0 comments on commit 82d50fd

Please sign in to comment.