From c76a4cc24e227ef21fda324f7730c20b8d12adc1 Mon Sep 17 00:00:00 2001 From: Tejas Kumar Date: Wed, 8 Aug 2018 17:32:51 +0200 Subject: [PATCH] Output Jest results --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index a97a1649..b49ac8e0 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,8 @@ "preversion": "npm run build", "version": "auto-changelog -p && git add CHANGELOG.md", "lint": "tslint src/**/*{ts,tsx} --project .", - "ci": "npm run test && npm run lint" + "ci": "npm run test && npm run lint", + "jest": "jest --outputFile test-results.json --json" }, "lint-staged": { "*.md": [