From 5035c2ecbbef7bf268270c325e8547dd3d973054 Mon Sep 17 00:00:00 2001 From: Dylan Vann Date: Sat, 17 Mar 2018 20:24:28 -0400 Subject: [PATCH] Fix test command. --- package.json | 4 ++-- .../fastImage/FastImageExamples.js | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 96837cf..a2e6c9b 100644 --- a/package.json +++ b/package.json @@ -31,11 +31,11 @@ "url": "git+https://github.com/DylanVann/react-native-fast-image.git" }, "scripts": { - "format": "prettier --write --no-semi --single-quote --trailing-comma all ./index.js ./example/*.js ./react-native-fast-image-example/fastImage/*.js ./react-native-fast-image-server/*.js", + "format": "prettier --write --no-semi --single-quote --trailing-comma all ./index.js ./react-native-fast-image-example/*.js ./react-native-fast-image-example/fastImage/*.js ./react-native-fast-image-server/*.js", "prepare": "git submodule update --init --recursive", "test": "yarn run test:pretty && yarn run test:jest", "test:jest": "jest *.js", - "test:pretty": "prettier-check --write --no-semi --single-quote --trailing-comma all ./index.js ./example/*.js ./react-native-fast-image-example/fastImage/*.js ./react-native-fast-image-server/*.js" + "test:pretty": "prettier-check --write --no-semi --single-quote --trailing-comma all ./index.js ./react-native-fast-image-example/*.js ./react-native-fast-image-example/fastImage/*.js ./react-native-fast-image-server/*.js" }, "dependencies": { "prop-types": "^15.5.10" diff --git a/react-native-fast-image-example/fastImage/FastImageExamples.js b/react-native-fast-image-example/fastImage/FastImageExamples.js index 9857947..5741ba0 100644 --- a/react-native-fast-image-example/fastImage/FastImageExamples.js +++ b/react-native-fast-image-example/fastImage/FastImageExamples.js @@ -25,7 +25,6 @@ const FastImageExample = () => (
🚩 FastImage -