mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-03-06 02:51:34 +00:00
Fix js test errors - foundation not found, but not reqd for testing angular
This commit is contained in:
@@ -17,7 +17,11 @@ module.exports = function(config) {
|
||||
'spec/javascripts/unit/**/*.js*'
|
||||
],
|
||||
|
||||
exclude: ['**/.#*'],
|
||||
exclude: [
|
||||
'**/.#*',
|
||||
'app/assets/javascripts/darkswarm/all.js.coffee',
|
||||
'app/assets/javascripts/darkswarm/overrides.js.coffee'
|
||||
],
|
||||
|
||||
coffeePreprocessor: {
|
||||
options: {
|
||||
|
||||
Reference in New Issue
Block a user