You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/ethereum-contracts/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -355,7 +355,7 @@ Run the test suite for core contracts:
355
355
yarn run-hardhat test testsuites/superfluid-core.js
356
356
```
357
357
358
-
The `pretest` script starts a ganache instance with deterministic accounts in the background, the `posttest` script stops it.
358
+
The `pretest` script starts a local dev chain with deterministic accounts in the background, the `posttest` script stops it.
359
359
When running tests with `yarn test`, those get executed automatically (see [npm docs](https://docs.npmjs.com/cli/v7/using-npm/scripts#pre--post-scripts)).
360
360
> NOTE: You don't need to run the `pretest` and `posttest` scripts when running hardhat tests, but you do when running tests with truffle.
0 commit comments