Update karma.conf.js

This commit is contained in:
XhmikosR 2020-12-17 21:01:56 +02:00 committed by GitHub
parent 66e4d1f40e
commit e09927c5cf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,7 +16,6 @@ const { env } = process
const browserStack = env.BROWSER === 'true'
const debug = env.DEBUG === 'true'
const jQueryTest = env.JQUERY === 'true'
const frameworks = [
'jasmine'
]