From 60991ebc7d6dc65b7ba6144a1aaa4bf5df01b328 Mon Sep 17 00:00:00 2001 From: Tim Gates Date: Sun, 27 Nov 2022 06:41:00 +1100 Subject: [PATCH] docs: fix simple typo, delet -> delete There is a small typo in test/run.js. Should read `delete` rather than `delet`. Signed-off-by: Tim Gates --- test/run.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/run.js b/test/run.js index cbf977b1..f456ab28 100755 --- a/test/run.js +++ b/test/run.js @@ -49,7 +49,7 @@ function runTests(pat, forceCover) { //if any test failed then we cannot obviously run self-coverage if (err) { throw err; } if (selfCover) { - //delet the build dir + //delete the build dir rimraf.sync(common.getBuildDir()); //set up environment variable to set CLI and browser //tests know that they need to run in self-cover mode