Skip to content

Commit ceafb9a

Browse files
author
Amir Tocker
committed
Update test script in package.json
1 parent 068a9e9 commit ceafb9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "Present Cloudinary images and videos using React components",
55
"main": "lib/index.js",
66
"scripts": {
7-
"test": "node_modules/.bin/mocha test/.setup.js test/*Test.js",
7+
"test": "node_modules/.bin/mocha test/.setup.js --recursive test",
88
"compile": "node_modules/.bin/babel src -d lib && cd src && find . -name package.json -exec cp --parents '{}' ../lib \\; -print",
99
"dist": "node_modules/.bin/webpack",
1010
"storybook": "start-storybook -p 6006",

0 commit comments

Comments
 (0)