@tryghost/koenig-lexical 0.0.57 → 0.0.59

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -53,6 +53,8 @@ All imported files are processed/optimised via SVGO (see `svgo.config.js` for op
53
53
  Tests use [Vitest](https://vitest.dev) as the test runner, with [Puppeteer](https://pptr.dev) used for e2e testing.
54
54
 
55
55
  - `yarn test run` runs tests and exits
56
+ - `yarn test:headed` runs tests in browser so you can watch the tests execute
57
+ - `yarn test:slowmo` same as `yarn test:headed` but adds 100ms delay between instructions to make it easier to see what's happening (note that some tests may fail or timeout due to the added delays)
56
58
  - `yarn test:watch` runs tests and starts a test watcher that re-runs tests on file changes
57
59
  - `yarn test:watch --ui` same as `yarn test:watch` but also opens a browser UI for exploring and re-running tests
58
60