# Tests for TurboScript

## Prerequisites
* Node: release version, installed as per your OS
* Yarn: installed as pre your OS or via npm

## Installation
Install everything plus nodev8 for access to WebAssembly.
```
$ yarn
$ yarn add:nodev8
```

## Running tests for TurboScript
Normally
```
$ yarn tests
```
Verbose output
```
$ yarn tests:verbose
```

## Running tests for utils.ts
```
$ yarn test:utils.spec
```
