diff options
author | Leonid Logvinov <logvinov.leon@gmail.com> | 2018-10-18 19:15:39 +0800 |
---|---|---|
committer | Leonid Logvinov <logvinov.leon@gmail.com> | 2018-10-18 19:15:39 +0800 |
commit | f8876ab60b5e8fa606073d6c48aa1395dbadd88b (patch) | |
tree | ddec0c7e3c5aab09f79e26347072d7c18085bf2f /packages/sra-spec | |
parent | ea65fa4f6560264b8aee6b4b1c9272a0efa82b12 (diff) | |
download | dexon-sol-tools-f8876ab60b5e8fa606073d6c48aa1395dbadd88b.tar dexon-sol-tools-f8876ab60b5e8fa606073d6c48aa1395dbadd88b.tar.gz dexon-sol-tools-f8876ab60b5e8fa606073d6c48aa1395dbadd88b.tar.bz2 dexon-sol-tools-f8876ab60b5e8fa606073d6c48aa1395dbadd88b.tar.lz dexon-sol-tools-f8876ab60b5e8fa606073d6c48aa1395dbadd88b.tar.xz dexon-sol-tools-f8876ab60b5e8fa606073d6c48aa1395dbadd88b.tar.zst dexon-sol-tools-f8876ab60b5e8fa606073d6c48aa1395dbadd88b.zip |
Remove sra-report
Diffstat (limited to 'packages/sra-spec')
-rw-r--r-- | packages/sra-spec/src/md/introduction.md | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/packages/sra-spec/src/md/introduction.md b/packages/sra-spec/src/md/introduction.md index f27186f41..824df8998 100644 --- a/packages/sra-spec/src/md/introduction.md +++ b/packages/sra-spec/src/md/introduction.md @@ -1,7 +1,3 @@ -# Testing - -Use the [sra-report](https://github.com/0xProject/0x-monorepo/tree/development/packages/sra-report) command line tool to test your API for SRA compliance. - # Schemas The [JSON schemas](http://json-schema.org/) for the API payloads and responses can be found in [@0xproject/json-schemas](https://github.com/0xProject/0x.js/tree/development/packages/json-schemas). Examples of each payload and response can be found in the library's [test suite](https://github.com/0xProject/0x.js/blob/development/packages/json-schemas/test/schema_test.ts#L1). |