Commit d95acfb5 authored by Aniket's avatar Aniket

Update README.md

parent d2172ee7
...@@ -9,10 +9,6 @@ ...@@ -9,10 +9,6 @@
`remix-tests` is a tool to test Solidity smart contracts. It works underneath Remix IDE plugin "Solidity Unit Testing" which is used to write and run test cases for a contract. Tests are written in Solidity itself. `remix-tests` can be used as CLI and a library too. `remix-tests` is a tool to test Solidity smart contracts. It works underneath Remix IDE plugin "Solidity Unit Testing" which is used to write and run test cases for a contract. Tests are written in Solidity itself. `remix-tests` can be used as CLI and a library too.
### Installation ### Installation
As a dependency inside file:
`npm install --save remix-tests`
As a dev dependency: As a dev dependency:
`npm install --save-dev remix-tests` `npm install --save-dev remix-tests`
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment