2.3.0 • Published 6 months ago

@opencloud-eu/web-test-helpers v2.3.0

Weekly downloads
-
License
AGPL-3.0
Repository
github
Last release
6 months ago

web-test-helpers

Matrix

This packages provides utilities for unit testing within the OpenCloud app ecosystem.

Installation

Depending on your package manager, run one of the following commands:

$ npm install @opencloud-eu/web-test-helpers --save-dev

$ pnpm add -D @opencloud-eu/web-test-helpers

$ yarn add @opencloud-eu/web-test-helpers --dev

Make sure that you have vue, @vue/test-utils, and @opencloud-eu/web-pkg as dev dependencies of your app since those are peer dependencies of this package.