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 /tests/node_min_test.js | |
| parent | 306c77c9971bdf6dc6c23fef7aeb9964323cd95f (diff) | |
| download | faker-72a36253b1d4f42a0630b6dfcff47e5d98c8ff2a.tar.xz faker-72a36253b1d4f42a0630b6dfcff47e5d98c8ff2a.zip | |
renaming tests dir to test
Diffstat (limited to 'tests/node_min_test.js')
| -rw-r--r-- | tests/node_min_test.js | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/tests/node_min_test.js b/tests/node_min_test.js deleted file mode 100644 index 6fc051a5..00000000 --- a/tests/node_min_test.js +++ /dev/null @@ -1,10 +0,0 @@ -var util = require('util'); - -var Faker = require('../Faker'); - -var card = Faker.Helpers.createCard(); - -util.puts(JSON.stringify(card)); - - - |
