11.0.0-alpha.1 • Published 8 months ago
@ownclouders/web-test-helpers v11.0.0-alpha.1
web-test-helpers
This packages provides utilities for unit testing within the ownCloud app ecosystem.
Installation
Depending on your package manager, run one of the following commands:
$ npm install @ownclouders/web-test-helpers --save-dev
$ pnpm add -D @ownclouders/web-test-helpers
$ yarn add @ownclouders/web-test-helpers --dev
Make sure that you have vue
, @vue/test-utils
, and @ownclouders/web-pkg
as dev dependencies of your app since those are peer dependencies of this package.