-
-
Notifications
You must be signed in to change notification settings - Fork 23
Test the package
thednp edited this page Oct 5, 2024
·
3 revisions
- Download the package from Github;
- unpack/unzip and open the folder with your editor;
- open your terminal and navigate to the root of the unpacked folder;
- run
npm install
ornpm update
, takes a few minutes to download the Electron browser; - run
npm run test-ui
to open the Vitest in browser modenpm run test
to run the tests in headless mode.