summaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorWes Bos <wesbos@gmail.com>2017-08-11 14:56:13 -0400
committerWes Bos <wesbos@gmail.com>2017-08-11 14:56:13 -0400
commit416c2cbae0e69b724876d232bf813eefd7550174 (patch)
treece7109c0f61dbeee7077164cb48a4681214e0464 /package.json
parent222ab374d53a206332b1ab51c7c43f6d5dc7a31e (diff)
getting there
Diffstat (limited to 'package.json')
-rw-r--r--package.json6
1 files changed, 5 insertions, 1 deletions
diff --git a/package.json b/package.json
index 723f138..9abacc8 100644
--- a/package.json
+++ b/package.json
@@ -8,7 +8,8 @@
"build": "next build",
"start": "next start",
"micro": "micro",
- "micro-dev": "micro-dev ./functions"
+ "micro-dev": "micro-dev ./functions",
+ "test": "jest"
},
"author": "",
"license": "ISC",
@@ -24,5 +25,8 @@
"react-stripe-checkout": "^2.6.3",
"stripe": "^4.23.2",
"styled-components": "^2.1.2"
+ },
+ "devDependencies": {
+ "jest": "^20.0.4"
}
}