backfill icon indicating copy to clipboard operation
backfill copied to clipboard

Centralize Jest testing to the `utils-test` package

Open bweggersen opened this issue 6 years ago • 0 comments

The utils-test package contains all of the fixtures and the Jest setup code. We should make it depend on Jest and expose a test runner to other packages so they don't have to depend on Jest. We should also make jest.config.js optional for the individual packages. This will simplify the creation of new packages and the maintenance of the Jest setup in backfill.

bweggersen avatar Sep 26 '19 15:09 bweggersen