Skip to content

Commit

Permalink
fix bench
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurfiorette committed Feb 23, 2024
1 parent b42e8ba commit e47f997
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmark/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ assert.equal(
);

// Ensures that createElement and jsx produce the same output
// assert.equal(ReactJsx('Hello World!'), StandardJsx('Hello World!'));
assert.equal(ReactJsx('Hello World!'), StandardJsx('Hello World!'));

// Ensures that Kitajs/html and common-tags produce the same output
assert.equal(
Expand Down

0 comments on commit e47f997

Please sign in to comment.