Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
moodysalem committed Mar 5, 2021
1 parent 72f9a2e commit 7c01f39
Showing 1 changed file with 1 addition and 27 deletions.
28 changes: 1 addition & 27 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,30 +5,4 @@
[![npm version](https://img.shields.io/npm/v/@uniswap/sdk-core/latest.svg)](https://www.npmjs.com/package/@uniswap/sdk-core/v/latest)
[![npm bundle size (scoped version)](https://img.shields.io/bundlephobia/minzip/@uniswap/sdk-core/latest.svg)](https://bundlephobia.com/result?p=@uniswap/sdk-core@latest)

## Running tests

To run the tests, follow these steps. You must have at least node v10 and [yarn](https://yarnpkg.com/) installed.

First clone the repository:

```sh
git clone https://github.com/Uniswap/uniswap-sdk-core.git
```

Move into the `uniswap-sdk-core` working directory

```sh
cd uniswap-sdk-core/
```

Install dependencies

```sh
yarn
```

Run tests

```sh
yarn test
```
This code is shared across Uniswap TypeScript SDKs.

0 comments on commit 7c01f39

Please sign in to comment.