Files
Nikos Baxevanis 482c195b0d refactor(pox-4-tests): Move PoX-4 stateful property-based tests
- Relocate PoX-4 stateful property-based tests from
  ../core-contract-tests/tests/pox-4/ to
  boot-contracts-stateful-prop-tests/tests/pox-4.
- Implement a minimalistic vitest and Clarinet project setup.
- Adjust configurations for optimal test isolation.
- Ensure Clarinet config is as minimalistic as possible.
- For more details, see: https://github.com/stacks-network/stacks-core/pull/4725#issuecomment-2082701083
2024-04-29 18:31:11 +02:00

24 lines
584 B
JSON

{
"name": "boot-contracts-stateful-prop-tests",
"version": "1.0.0",
"description": "Run stateful property-based tests on this project.",
"private": true,
"type": "module",
"scripts": {
"test": "vitest run"
},
"author": "",
"license": "ISC",
"dependencies": {
"@hirosystems/clarinet-sdk": "^2.6.0",
"@stacks/stacking": "^6.14.0",
"@stacks/transactions": "^6.13.1",
"chokidar-cli": "^3.0.0",
"fast-check": "^3.18.0",
"typescript": "^5.4.5",
"vite": "^5.2.10",
"vitest": "^1.5.2",
"vitest-environment-clarinet": "^2.1.0"
}
}