prettier-plugin-solidity icon indicating copy to clipboard operation
prettier-plugin-solidity copied to clipboard

Updating tests

Open Janther opened this issue 3 years ago • 0 comments

This update gets our testing framework closer to what's needed when prettier v3 releases so changes when we start supporting v3 will be minimal.

Main changes are:

  • have 1 test with multiple expect per snapshot instead of 1 test per expect per snapshot.
  • now Prettier format functions are wrapped with an await (v3 returns promises and v2 won't bother)
  • updating tests dependencies

Janther avatar Aug 28 '22 00:08 Janther