From 39b2f99635e320d763d27c42f6c1943ce40a4998 Mon Sep 17 00:00:00 2001 From: bengo <171782+gobengo@users.noreply.github.com> Date: Mon, 13 Nov 2023 11:38:33 -0800 Subject: [PATCH] lint --- packages/api/test/user.spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/api/test/user.spec.js b/packages/api/test/user.spec.js index 2038ba3598..5945b7c64c 100644 --- a/packages/api/test/user.spec.js +++ b/packages/api/test/user.spec.js @@ -570,7 +570,7 @@ describe('userLoginPost', function () { }) it('should not create new users once date is after NEXT_PUBLIC_W3UP_LAUNCH_LIMITED_AVAILABILITY_START', async function () { - if ( ! process.env.CI_DONT_ACCOMODATE_LONG_TESTS) { + if (!process.env.CI_DONT_ACCOMODATE_LONG_TESTS) { // this times out on CI in the default 5 seconds. // It's not surprising this may take some time, since it relies on creating a whole new miniflare server. this.timeout(60 * 1000)