We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 643246d commit 3496d07Copy full SHA for 3496d07
src/test/test.js
@@ -79,7 +79,6 @@ describe('Floccus', function() {
79
}
80
APP_VERSION = params.get('app_version') || 'stable'
81
BROWSER = params.get('browser') || 'firefox'
82
- IS_CI = (params.get('ci') || 'false') === 'true'
83
84
SEED = (new URL(window.location.href)).searchParams.get('seed') || Math.random() + ''
85
console.log('RANDOMNESS SEED', SEED)
0 commit comments