From b333cf5439156063182152b5d886ce0c3956ed8c Mon Sep 17 00:00:00 2001 From: Rikki Schulte Date: Sun, 24 Dec 2017 14:55:37 -0500 Subject: [PATCH] and add e2e script --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index e0eb605..d94d382 100644 --- a/package.json +++ b/package.json @@ -7,6 +7,7 @@ "lint": "eslint src", "flow": "flow", "test": "jest __tests__/unit --coverage && cat ./coverage/lcov.info | coveralls", + "test-e2e": "jest __tests__/e2e", "build": "babel src -d dist", "build-web": "webpack", "dev": "webpack --watch"