mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-27 01:43:22 +00:00
Fix Jest issue with updated StimulusJS package
This commit is contained in:
@@ -9,9 +9,8 @@
|
||||
"storybook": "start-storybook"
|
||||
},
|
||||
"jest": {
|
||||
"testRegex": [
|
||||
"spec/javascripts/.*_test\\.js"
|
||||
]
|
||||
"testRegex": ["spec/javascripts/.*_test\\.js"],
|
||||
"transformIgnorePatterns": ["/node_modules/(?!(stimulus)/)"]
|
||||
},
|
||||
"devDependencies": {
|
||||
"@storybook/addon-controls": "^6.4.12",
|
||||
|
||||
Reference in New Issue
Block a user