You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
looks for all of the files in that directory test/unit and finds files that match the /\.spec$/ regular expression. I think you can change the regular expression to match a file you want to run.
https://github.com/contentacms/contenta_vue_nuxt/blob/b3224e843c67d55c8a56c01140092a930ff4c5af/test/unit/index.js#L7
This is testing all files ! I want to test specific one file only , how can I do that ?
The text was updated successfully, but these errors were encountered: