Fix Jest issue with updated StimulusJS package

This commit is contained in:
Matt-Yorkley
2022-01-14 12:11:34 +00:00
parent c499f0757f
commit ac9fef883d

View File

@@ -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",