Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 361 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 361 Bytes

reason-conf-examples

This repository contains the examples and notes for the "Investing in Testing (with Reason)" talk that I gave at Reason Conf on October 7, 2019 in Chicago.

Installation and build:

npm install -g esy
git clone <this-repo>
esy install
esy build

Running Tests:

# Runs the "test" command in `package.json`.
esy test