Skip to content

Commit def4b93

Browse files
committed
update readme
1 parent 19be9c6 commit def4b93

File tree

1 file changed

+1
-15
lines changed

1 file changed

+1
-15
lines changed

evm-tests/README.md

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,6 @@
22

33
test with ts
44

5-
## install papi
6-
7-
```bash
8-
yarn add polkadot-api
9-
```
10-
115
## polkadot api
126

137
```bash
@@ -26,16 +20,8 @@ sh get-metadata.sh
2620
yarn run test
2721
```
2822

29-
## To run a particular test case, you can pass an argument with the name or part of
30-
31-
the name. For example:
23+
## To run a particular test case, you can pass an argument with the name or part of the name. For example:
3224

3325
```bash
3426
yarn run test -- -g "Can set subnet parameter"
3527
```
36-
37-
## update dependence for coding
38-
39-
```bash
40-
yarn upgrade @polkadot-api/descriptors
41-
```

0 commit comments

Comments
 (0)