custom-element-test

0.0.3 • Public • Published

custom-element-test

test and storybook for @epa-wg/custom-element

Installation

npm i custom-element-test

Usage

<script type="module">
  import 'custom-element-test/src/custom-element.js';
</script>

<custom-element-test></custom-element-test>

Testing with Web Test Runner

To execute a single test run:

npm run test

To run the tests in interactive watch mode run:

npm run test:watch

Demoing with Storybook

To run a local instance of Storybook for your component, run

npm run storybook

To build a production version of Storybook, run

npm run storybook:build

Tooling configs

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

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

Local Demo with web-dev-server

npm start

To run a local development server that serves the basic demo located in demo/index.html

/custom-element-test/

    Package Sidebar

    Install

    npm i custom-element-test

    Weekly Downloads

    4

    Version

    0.0.3

    License

    Apache-2.0

    Unpacked Size

    8.16 MB

    Total Files

    82

    Last publish

    Collaborators

    • sasha-firsov