mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-07-30 11:19:44 -04:00
Removed jquery from a few simple javascript files
This commit is contained in:
@@ -2,7 +2,8 @@ module.exports = {
|
||||
collectCoverage: true,
|
||||
coverageDirectory: './coverage',
|
||||
coveragePathIgnorePatterns: [
|
||||
'support/polyfills.js'
|
||||
'support/polyfills.js',
|
||||
'support/helpers/'
|
||||
],
|
||||
coverageThreshold: {
|
||||
global: {
|
||||
|
||||
Reference in New Issue
Block a user