Ready. Set. Go!
yarn setup
to install deps.yarn test.watch
to start the test runner.- Get as many tests to pass as possible.
Add .only
to any test case to isolate it, for example:
test.only('only this test will run', async () => {});
Find more information in the packages/resolver/README.md
.