Skip to content

Commit 5c53242

Browse files
authored
Merge pull request #142 from pyscript/update-make-test
Use correct command in docs.
2 parents bba56f5 + 6f0f42d commit 5c53242

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/developers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ is through this environment that you contribute to PyScript.
228228
* The integration tests for PyScript are started with:
229229
230230
```sh
231-
make test-integration
231+
make test
232232
```
233233
234234
## Documentation

0 commit comments

Comments
 (0)