Skip to content

Releases: hatch-is/loopback-testing

Version 2.0.3

12 Mar 14:22
Compare
Choose a tag to compare

Minor tweaks made

Custom version for the our products

12 Mar 14:24
Compare
Choose a tag to compare

Removed all beforeEach/afterEach hook in favor of before/after hooks. This speeds up testing and prevents the system from duplicating data on each test.

Also changed user to person which is specific to our applications. Will refactor this to support customization.