From 52405ea616d742b8299968776712005f14848fa5 Mon Sep 17 00:00:00 2001 From: Dylan Vann Date: Thu, 20 Apr 2017 10:05:02 -0400 Subject: [PATCH] Update prettier test name. --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 805792e..d33e4e5 100644 --- a/package.json +++ b/package.json @@ -25,9 +25,9 @@ }, "scripts": { "format": "prettier --write --no-semi --single-quote --trailing-comma all ./FastImage.js ./example/*.js ./server/*.js", - "test": "yarn run test:lint && yarn run test:jest", + "test": "yarn run test:pretty && yarn run test:jest", "test:jest": "jest *.js", - "test:lint": "prettier-check --write --no-semi --single-quote --trailing-comma all ./FastImage.js ./example/*.js ./server/*.js" + "test:pretty": "prettier-check --write --no-semi --single-quote --trailing-comma all ./FastImage.js ./example/*.js ./server/*.js" }, "devDependencies": { "babel-jest": "19.0.0",