dont-run-jest-directly.js4 lines
mainRaw
'use strict';

throw new Error("Don't run `jest` directly. Run `yarn test` instead.");
Loading syntax highlighting…