Skip to content

Commit

Permalink
fix: alias like (not correct)
Browse files Browse the repository at this point in the history
  • Loading branch information
arlac77 committed May 5, 2024
1 parent 90ad250 commit 9cdd33b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/browser/runtime.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -354,6 +354,13 @@ function testContext(def, parentContext) {
title
});
},
like(a, b, title) {
def.assertions.push({
passed: isEqual(a, b), // todo
message: `${a} != ${b}`,
title
});
},

regex(contents, regex, message) {
def.assertions.push({
Expand Down

0 comments on commit 9cdd33b

Please sign in to comment.