- New function
verifyTestsFromFixtures
added - it has similar interface asgenerateTestsFromFixtures
except it verifies that the operation result istrue
instead of creating Jest snapshots. This is useful when you want to run some tests on your fixtures files but there is not much to snapshot.
Note for all Flow users: all projects in adeira/universe
now use implicit exact Flow types ({}
for strict objects and { ... }
for open objects, syntax {||}
is deprecated). We do not expect any issues as long as you are using exact_by_default=true
Flow option.
- Fix failure on unexpected subfolders, see: adeira/universe#2257
Initial release.