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: README.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
JSON Schema Test Suite [](https://travis-ci.org/json-schema-org/JSON-Schema-Test-Suite)
1
+
JSON Schema Test Suite [](https://travis-ci.org/json-schema-org/JSON-Schema-Test-Suite)
2
2
======================
3
3
4
4
This repository contains a set of JSON objects that implementors of JSON Schema
@@ -165,5 +165,5 @@ Contributing
165
165
If you see something missing or incorrect, a pull request is most welcome!
166
166
167
167
There are some sanity checks in place for testing the test suite. You can run
168
-
them with `bin/jsonschema_suite check` or `tox`. They will be run automatically by
168
+
them with `bin/jsonschema_suite check && npm test` or `tox && npm test`. They will be run automatically by
0 commit comments