@veryeli suggested we have the default yarn test script include a build, and then have a yarn test:without-build script that runs the tests again without rebuilding. This seems like it'd help prevent build issues when changing from the dev server to running tests while still allowing us to skip building when running multiple tests in a row.
@veryeli suggested we have the default
yarn test
script include a build, and then have ayarn test:without-build
script that runs the tests again without rebuilding. This seems like it'd help prevent build issues when changing from the dev server to running tests while still allowing us to skip building when running multiple tests in a row.