You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
bweggersen
changed the title
Centralize more of jest testing to the utils-test package
Centralize Jest testing to the utils-test package
Sep 26, 2019
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 makejest.config.js
optional for the individual packages. This will simplify the creation of new packages and the maintenance of the Jest setup in backfill.The text was updated successfully, but these errors were encountered: