From 9071cbdc25e97153086ac48bd389b04c43e56458 Mon Sep 17 00:00:00 2001 From: TheArcaneBrony Date: Fri, 19 Aug 2022 18:53:25 +0200 Subject: Updates scripts and tests from dev/plugins --- tests/setupJest.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/setupJest.js') diff --git a/tests/setupJest.js b/tests/setupJest.js index 378d72d5..bb52525f 100644 --- a/tests/setupJest.js +++ b/tests/setupJest.js @@ -17,7 +17,7 @@ global.expect.extend({ return { pass: time < target && !error, - message: () => error || `${func.name} took ${time}ms of maximum ${target}`, + message: () => error || `${func.name} took ${time}ms of maximum ${target}` }; - }, + } }); -- cgit 1.5.1