563793c7ed
refs TryGhost/Team#2833 - for mocha tests, we can add `this.retries(1)` to any flaky tests - for playwright tests, we can add `test.describe.configure({ retries: 1})` to any `describe` block - not a long-term solution, but it should help mitigate issues with flaky tests in short term |
||
---|---|---|
.. | ||
lib | ||
test | ||
.eslintrc.js | ||
index.js | ||
package.json | ||
README.md |
Webmentions
Usage
Develop
This is a monorepo package.
Follow the instructions for the top-level repo.
git clone
this repo &cd
into it as usual- Run
yarn
to install top-level dependencies.
Test
yarn lint
run just eslintyarn test
run lint and tests