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
Currently @vue/cli-plugin-unit-mocha presupposes that you want to use chai. I personally prefer to use Hamjest, although others may have their own preferences. Can the assertion library be decoupled from using Mocha? Ideally I'd like to see as an option when generating a Vue app the ability to select Mocha and then pick an assertion library.
What does the proposed API look like?
Investigate adding options into generator prompts to select assertion framework (ie: chai, hamjest)
Update file generation to use options.
The text was updated successfully, but these errors were encountered:
What problem does this feature solve?
Currently @vue/cli-plugin-unit-mocha presupposes that you want to use chai. I personally prefer to use Hamjest, although others may have their own preferences. Can the assertion library be decoupled from using Mocha? Ideally I'd like to see as an option when generating a Vue app the ability to select Mocha and then pick an assertion library.
What does the proposed API look like?
The text was updated successfully, but these errors were encountered: