From 3cddbcb0b7b9fa3c5347794a9b79d44d7ad8f1d9 Mon Sep 17 00:00:00 2001 From: ivojawer Date: Thu, 4 Jan 2024 02:10:10 -0300 Subject: [PATCH] revert test filter --- client/src/test/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/test/index.ts b/client/src/test/index.ts index 8c9de6a3..2c18155e 100644 --- a/client/src/test/index.ts +++ b/client/src/test/index.ts @@ -66,7 +66,7 @@ async function runTests(): Promise { const testsRoot = __dirname return new Promise((resolve, reject) => { - glob('rename.test.js', { cwd: testsRoot }, (err, files) => { + glob('*.test.js', { cwd: testsRoot }, (err, files) => { if (err) { return reject(err) }