Skip to content

0.5.0

Compare
Choose a tag to compare
@dimitrovmaksim dimitrovmaksim released this 30 May 12:04
· 25 commits to main since this release

IMPORTANT to use the new features you will have to update matchstick-as to version 0.5.0

  • Introduces describe blocks with support for nested describes
  • Introduces beforeAll and afterAll blocks
  • Introduces beforeEach and afterEach blocks
  • Now every .test.ts file will be compiled into a separate test suite (potential breaking change)
  • subgraph.yaml can be configured in matchstick.yaml via manifestPath: path/to/subgraph.yaml
  • Adds binary for linux v22 (Also now supported through graph-cli 0.30.3)
  • Various small fixes and adjustments

Graph Docs: https://thegraph.com/docs/en/developer/matchstick/#tests-structure-0-5-0