368 B
368 B
Development
Running Unit Tests
We use wp-env to setup test environment in Docker.
Please install wp-env
by running npm install -g @wordpress/env
if you haven't already.
- Run
composer run test:setup
to run wp-env. - Run
composer run test:unit
to run unit tests.