nuxt-unit-testing icon indicating copy to clipboard operation
nuxt-unit-testing copied to clipboard

Nuxt template including unit testing

Results 2 nuxt-unit-testing issues
Sort by recently updated
recently updated
newest added

``` $ yarn install yarn install v1.12.3 [1/4] Resolving packages... [2/4] Fetching packages... error [email protected]: The engine "node" is incompatible with this module. Expected version ">=4

Hey, great approach on combining unit and E2E! I'm trying to divide my E2E files for each page of an Nuxt app. For example, besides index.js, having an about.js for...

help wanted