Skip to content

Commit

Permalink
test: fixed typo in examples tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mgordel committed Dec 13, 2023
1 parent c2379e3 commit 880bc41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/examples/examples.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 880bc41

Please sign in to comment.