Skip to content

Commit

Permalink
Merge pull request #1 from microstates/run-tests
Browse files Browse the repository at this point in the history
Added .travis.yml
  • Loading branch information
taras authored Dec 11, 2018
2 parents a7825c1 + ec62d41 commit 2fe3651
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
language: node_js

node_js:
- "10"
- "9"
- "8"
1 change: 0 additions & 1 deletion src/states/intersection.test.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import "jest";
import { create } from "microstates";
import Intersection from "./intersection";

Expand Down
1 change: 0 additions & 1 deletion src/states/person.test.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import 'jest';
import Person from './person';
import { create, valueOf } from 'microstates';

Expand Down
1 change: 0 additions & 1 deletion src/states/traffic-light.test.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import 'jest';
import { create, valueOf } from 'microstates';
import TrafficLight, { Color } from './traffic-light';

Expand Down

0 comments on commit 2fe3651

Please sign in to comment.