Skip to content
This repository has been archived by the owner on Jun 13, 2024. It is now read-only.

A collection of utilities that aid in unit testing Web Components.

License

Notifications You must be signed in to change notification settings

tyler-technologies-oss/forge-testing

Repository files navigation

Forge Testing

This repository offers a library of e2e/unit testing utilities targeting Forge Web Component libraries.

Usage

$ npm install --save-dev @tylertech/forge-testing

Development

Install dependencies:

$ npm install

Build npm package:

$ npm run build