aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan Donovan <[email protected]>2013-01-05 18:14:17 -0800
committerBryan Donovan <[email protected]>2013-01-05 18:14:17 -0800
commit306c77c9971bdf6dc6c23fef7aeb9964323cd95f (patch)
tree0e778997efec3db2d016edd42fffc21e6a545e02
parent92f6fae765614d3a973ad8478022b33ce0281b0a (diff)
downloadfaker-306c77c9971bdf6dc6c23fef7aeb9964323cd95f.tar.xz
faker-306c77c9971bdf6dc6c23fef7aeb9964323cd95f.zip
adding tests/run.js
-rwxr-xr-xtests/run.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/run.js b/tests/run.js
new file mode 100755
index 00000000..5a2586a4
--- /dev/null
+++ b/tests/run.js
@@ -0,0 +1,3 @@
+#!/usr/bin/env node
+require('./library_test');
+require('./node_min_test');