From e47f997d4366452b0632235d71f4b1a49833bcca Mon Sep 17 00:00:00 2001 From: Arthur Fiorette Date: Fri, 23 Feb 2024 14:17:16 -0300 Subject: [PATCH] fix bench --- benchmark/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmark/index.ts b/benchmark/index.ts index 0909c3f6b..e565f5b69 100644 --- a/benchmark/index.ts +++ b/benchmark/index.ts @@ -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(