Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
export expect from jest-circus as well for easy import
- so all the test globals (except for 'jest') can be imported from jest-circus, no need to import from 'expect' as well - jest-circus sets the expect global, so would make sense that you could import from it as well
- Loading branch information