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
{{ message }}
This repository was archived by the owner on Dec 10, 2020. It is now read-only.
@@ -9,6 +10,7 @@ Testing utilities for the ethereumjs stack.
9
10
Uses the offical [Ethereum Tests](https://github.com/ethereum/tests).
10
11
11
12
To fetch the latest tests:
13
+
12
14
```
13
15
cd [SUBMODULE_FOLDER]
14
16
git fetch --tags origin develop
@@ -19,7 +21,7 @@ git add [SUBMODULE_FOLDER]
19
21
git commit -m "[MESSAGE_ON_TEST_RELEASE_UPDATE]"
20
22
```
21
23
22
-
Releases on npm are outdated, latest releases are only done as tagged versions on GitHub due to npm size constraints, use e.g. ``git+https://github.com/ethereumjs/ethereumjs-testing.git#[LATEST_TAG_VERSION]`` in
24
+
Releases on npm are outdated, latest releases are only done as tagged versions on GitHub due to npm size constraints, use e.g. `git+https://github.com/ethereumjs/ethereumjs-testing.git#[LATEST_TAG_VERSION]` in
0 commit comments