From d9404951eb0dfa6eb5fdc6866a68311ffe4d9979 Mon Sep 17 00:00:00 2001 From: olivier Date: Wed, 5 Apr 2023 23:21:11 +0200 Subject: [PATCH] chore: fix previous commit --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 9f25d438..4257f413 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,6 @@ "license": "MIT", "author": "Community Contributors", "homepage": "https://github.com/react-native-video/react-native-video#readme", - "test": "", "repository": { "type": "git", "url": "git@github.com:react-native-video/react-native-video.git" @@ -25,7 +24,8 @@ }, "scripts": { "lint": "yarn eslint .", - "xbasic": "yarn --cwd examples/basic" + "xbasic": "yarn --cwd examples/basic", + "test": "echo no test available" }, "files": [ "android",