Skip to content

Commit

Permalink
let it pass
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexisHFr committed Dec 21, 2023
1 parent 69e3ba6 commit 52e0064
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/core/dummySpec.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

describe("a simple suite", function() {
it("that fails", function() {
it("that passes", function() {
console.log("inside jasmine test ! ");
expect( 10 ).toBeGreaterThan(100);
expect( 100 ).toBeGreaterThan(10);
});
});

0 comments on commit 52e0064

Please sign in to comment.