Skip to content

Commit 698ee16

Browse files
committed
Update test script to run example files and add new contributors
1 parent 714830b commit 698ee16

File tree

7 files changed

+15
-7
lines changed

7 files changed

+15
-7
lines changed

dist/feascript.cjs.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/feascript.cjs.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/feascript.esm.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/feascript.esm.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/feascript.umd.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/feascript.umd.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"scripts": {
2020
"build": "rollup -c",
2121
"prepublishOnly": "npm run build",
22-
"test": "echo \"No tests configured\" && exit 0"
22+
"test": "for file in $(find examples -name '*.js' -type f | sort); do echo 'Running' \"$file\"; if node \"$file\" > /dev/null 2>&1; then echo 'Success'; else echo 'Failed'; fi; done"
2323
},
2424
"repository": {
2525
"type": "git",
@@ -44,6 +44,14 @@
4444
{
4545
"name": "Felipe Ferrari",
4646
"url": "https://github.com/ferrari212"
47+
},
48+
{
49+
"name": "Akhilesh Tiwari",
50+
"url": "https://github.com/silky-x0"
51+
},
52+
{
53+
"name": "Priyank Bansal",
54+
"url": "https://github.com/Stu-ops"
4755
}
4856
],
4957
"license": "MIT",

0 commit comments

Comments
 (0)