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

Latest commit

 

History

History
23 lines (15 loc) · 309 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 309 Bytes

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