summary refs log tree commit diff
path: root/tests/setupJest.js
diff options
context:
space:
mode:
authorTheArcaneBrony <myrainbowdash949@gmail.com>2022-08-19 18:53:25 +0200
committerTheArcaneBrony <myrainbowdash949@gmail.com>2022-08-19 19:07:10 +0200
commit9071cbdc25e97153086ac48bd389b04c43e56458 (patch)
tree8b6685ad362f9906fbc7fafcea5d2157c4d8d998 /tests/setupJest.js
parentMerge remote-tracking branch 'Puyodead1/patch/prettier-config' into staging (diff)
downloadserver-9071cbdc25e97153086ac48bd389b04c43e56458.tar.xz
Updates scripts and tests from dev/plugins
Diffstat (limited to '')
-rw-r--r--tests/setupJest.js4
1 files changed, 2 insertions, 2 deletions
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}` }; - }, + } });