diff options
| author | Bryan Donovan <[email protected]> | 2013-01-05 18:14:28 -0800 |
|---|---|---|
| committer | Bryan Donovan <[email protected]> | 2013-01-05 18:14:28 -0800 |
| commit | 72a36253b1d4f42a0630b6dfcff47e5d98c8ff2a (patch) | |
| tree | 698ca1356b0c7cc5c0b33a890876aae5a36c1a61 /test/run.js | |
| parent | 306c77c9971bdf6dc6c23fef7aeb9964323cd95f (diff) | |
| download | faker-72a36253b1d4f42a0630b6dfcff47e5d98c8ff2a.tar.xz faker-72a36253b1d4f42a0630b6dfcff47e5d98c8ff2a.zip | |
renaming tests dir to test
Diffstat (limited to 'test/run.js')
| -rwxr-xr-x | test/run.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/run.js b/test/run.js new file mode 100755 index 00000000..5a2586a4 --- /dev/null +++ b/test/run.js @@ -0,0 +1,3 @@ +#!/usr/bin/env node +require('./library_test'); +require('./node_min_test'); |
