Skip to content

Commit e60d840

Browse files
committed
tests: Remove IS_CI variable
Signed-off-by: Marcel Klehr <[email protected]>
1 parent 3496d07 commit e60d840

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ describe('Floccus', function() {
6868
this.slow(20000) // 20s is slow
6969

7070
const params = (new URL(window.location.href)).searchParams
71-
let SERVER, CREDENTIALS, ACCOUNTS, APP_VERSION, SEED, BROWSER, RANDOM_MANIPULATION_ITERATIONS, TEST_URL, IS_CI
71+
let SERVER, CREDENTIALS, ACCOUNTS, APP_VERSION, SEED, BROWSER, RANDOM_MANIPULATION_ITERATIONS, TEST_URL
7272
SERVER =
7373
params.get('server') ||
7474
'http://localhost'

0 commit comments

Comments
 (0)