From 053cc8e8c2dca61c22e00ee0f6e1edd146e8ad15 Mon Sep 17 00:00:00 2001 From: "Kent C. Dodds" Date: Mon, 7 Nov 2016 13:33:03 -0700 Subject: [PATCH] add script --- package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package.json b/package.json index ab58aa2..a056f37 100644 --- a/package.json +++ b/package.json @@ -10,5 +10,8 @@ "license": "MIT", "dependencies": { "jest-cli": "^16.0.2" + }, + "scripts": { + "test": "jest" } }