diff options
author | Leonid Logvinov <logvinov.leon@gmail.com> | 2018-10-18 19:24:49 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-18 19:24:49 +0800 |
commit | 9e8bca69a8a1d3570e30a28f150c0bec3848a760 (patch) | |
tree | 11eaac8886369ce40fd7acac66f5aa8985e6af61 /packages/sra-spec | |
parent | 325af82217e994fdde8e904b93a76e6e3461f85a (diff) | |
parent | f8876ab60b5e8fa606073d6c48aa1395dbadd88b (diff) | |
download | dexon-sol-tools-9e8bca69a8a1d3570e30a28f150c0bec3848a760.tar dexon-sol-tools-9e8bca69a8a1d3570e30a28f150c0bec3848a760.tar.gz dexon-sol-tools-9e8bca69a8a1d3570e30a28f150c0bec3848a760.tar.bz2 dexon-sol-tools-9e8bca69a8a1d3570e30a28f150c0bec3848a760.tar.lz dexon-sol-tools-9e8bca69a8a1d3570e30a28f150c0bec3848a760.tar.xz dexon-sol-tools-9e8bca69a8a1d3570e30a28f150c0bec3848a760.tar.zst dexon-sol-tools-9e8bca69a8a1d3570e30a28f150c0bec3848a760.zip |
Merge pull request #1155 from 0xProject/feature/RIP-sra-report
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). |