1.0.5 • Published 3 years ago

@xmlaspect/browser-xml-test v1.0.5

Weekly downloads
-
License
Apache-2.0
Repository
-
Last release
3 years ago

@xmlaspect/browser-xml-test

test repo for @xmlaspect/browser-xml

NPM version git GitHub

This test follows the open-wc recommendation.

Installation

npm i browser-xml-test

Testing with Web Test Runner

To run the suite of Web Test Runner tests, run

npm run test

To run the tests in watch mode (for <abbr title="test driven development">TDD</abbr>, for example), run

npm run test:watch

Tooling configs

For most of the tools, the configuration is in the package.json to reduce the amount of files in your project.

If you customize the configuration a lot, you can consider moving them to individual files.