File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -4,16 +4,16 @@ This is the simplest project setup example with workspaces-js. You can copy it a
4
4
5
5
## Usage
6
6
```
7
- yarn
8
- yarn test
7
+ pnpm install
8
+ pnpm test
9
9
```
10
10
11
11
## Setup your project
12
12
13
13
Assume you have written your smart contract. Setup and write workspaces-js test as this project is easy:
14
14
15
15
1 . Build the contract to ` .wasm ` as place it in ` contracts/ ` .
16
- 2 . Install the ` near-workspaces ` and ` ava ` with ` npm ` or ` yarn ` .
16
+ 2 . Install the ` near-workspaces ` and ` ava ` with ` pnpm ` or you package manager .
17
17
3 . Copy the ava.config.cjs to you project root directory.
18
18
4 . Write test, place in ` __tests__/ ` , end with ` .ava.js ` . You can refer to ` __tests__/test-status-message.ava.js ` as an example.
19
- 5 . We're done! Run test with ` yarn test` and continue adding more tests!
19
+ 5 . We're done! Run test with ` pnpm test` and continue adding more tests!
You can’t perform that action at this time.
0 commit comments