From 880bc415b95d7550754b7c592edd3c23e8a58da3 Mon Sep 17 00:00:00 2001 From: Marcin Gordel Date: Wed, 13 Dec 2023 11:10:37 +0100 Subject: [PATCH] test: fixed typo in examples tests --- tests/examples/examples.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/examples/examples.test.ts b/tests/examples/examples.test.ts index 3e30cfe3e..001180cf3 100644 --- a/tests/examples/examples.test.ts +++ b/tests/examples/examples.test.ts @@ -3,7 +3,7 @@ import { dirname, basename, resolve } from "path"; import chalk from "chalk"; import testExamples from "./examples.json"; -const criticalLogsRegExp = [/Task *. timeot/, /Task *. has been rejected/, /ERROR: TypeError/, /ERROR: Error/gim]; +const criticalLogsRegExp = [/Task *. timeout/, /Task *. has been rejected/, /ERROR: TypeError/, /ERROR: Error/gim]; type Example = { cmd: string;