Skip to content

Commit 3496d07

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

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/test/test.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,6 @@ describe('Floccus', function() {
7979
}
8080
APP_VERSION = params.get('app_version') || 'stable'
8181
BROWSER = params.get('browser') || 'firefox'
82-
IS_CI = (params.get('ci') || 'false') === 'true'
8382

8483
SEED = (new URL(window.location.href)).searchParams.get('seed') || Math.random() + ''
8584
console.log('RANDOMNESS SEED', SEED)

0 commit comments

Comments
 (0)