Closed sronveaux closed 3 months ago
Name | Link |
---|---|
Latest commit | a635eb7f66684a8a480937b9cad8cb82e164377b |
Latest deploy log | https://app.netlify.com/sites/vue-test-utils-docs/deploys/66cc532b5e254600081f513d |
Deploy Preview | https://deploy-preview-2501--vue-test-utils-docs.netlify.app |
Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify site configuration.
This PR resolves #2462
Should also resolve #234 even though a bit late now ;-)
Simply inverts
browser
andrequire
exports definition insidepackage.json
so thatWebpack
-powered projects running tests in a browser context (and not in Node) take the correct build while bundling.See #2462 for detailed discussions.