mirror of
https://github.com/jlengrand/open-wc.git
synced 2026-03-10 08:31:19 +00:00
permalink, title, section, tags
| permalink | title | section | tags | |
|---|---|---|---|---|
| testing/testing-wallaby.html | Testing in IDE via Wallaby | guides |
|
Testing in IDE via Wallaby
Wallaby.js is a Plugin for your IDE and runs tests in real time while you are typing.
Using:
- In IDE Testing via wallaby.js
Setup
npm init @open-wc
Manual
- Copy the config and save it as
wallaby.jsinto your project root npm i -D @open-wc/testing-wallaby
Usage
Open your wallaby.js supported IDE and start with the provided config.
Example
The Set-Game Example has Wallaby Setup.