From 19411b6413188d920f6e1ad03f2ea180835314f2 Mon Sep 17 00:00:00 2001 From: Nazar Hussain Date: Fri, 6 Dec 2024 10:30:28 +0100 Subject: [PATCH] Update reame file --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 943b42d..758adf8 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ This tooling provides both a easy to use runner for benchmarking and easy integr Create a test mocha test file but use `itBench` instead of `it` ```ts -import {itBench, setBenchOpts} from "../../src"; +import {itBench, setBenchOpts, describe} from "../../src"; describe("Sum array benchmark", () => { itBench("sum array with reduce", () => {