Skip to content
This repository has been archived by the owner on Oct 12, 2022. It is now read-only.

feat: remove newTestType and merge #225

Closed
wants to merge 1 commit into from

Conversation

dgozman
Copy link
Contributor

@dgozman dgozman commented Apr 15, 2021

  • Exports a root folio.test test type.
  • Instead of folio.newTestType<T>(), we can do folio.test.declare<T>().
  • Instead of test.runWith(folio.merge(env1, env2), config), we can do test.runWith(config, env1, env2).

- Instead of `folio.newTestType<T>()`, we can do `folio.test.declare<T>()`.
- Instead of `folio.merge(env1, env2)`, we can do `test.runWith(config, env1, env2)`.
@dgozman dgozman closed this May 28, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants