UNPKG

@stacks/clarunit

Version:

Clarunit, enables writing unit tests in Clarity

20 lines (18 loc) 305 B
{ "version": "2.0.0", "tasks": [ { "label": "check contracts", "group": "test", "type": "shell", "command": "clarinet check" }, { "type": "npm", "script": "test", "group": "test", "problemMatcher": [], "label": "npm test" } ] }