aboutsummaryrefslogtreecommitdiff
path: root/test/node_min_test.js
diff options
context:
space:
mode:
authorBryan Donovan <[email protected]>2013-01-05 18:14:28 -0800
committerBryan Donovan <[email protected]>2013-01-05 18:14:28 -0800
commit72a36253b1d4f42a0630b6dfcff47e5d98c8ff2a (patch)
tree698ca1356b0c7cc5c0b33a890876aae5a36c1a61 /test/node_min_test.js
parent306c77c9971bdf6dc6c23fef7aeb9964323cd95f (diff)
downloadfaker-72a36253b1d4f42a0630b6dfcff47e5d98c8ff2a.tar.xz
faker-72a36253b1d4f42a0630b6dfcff47e5d98c8ff2a.zip
renaming tests dir to test
Diffstat (limited to 'test/node_min_test.js')
-rw-r--r--test/node_min_test.js10
1 files changed, 10 insertions, 0 deletions
diff --git a/test/node_min_test.js b/test/node_min_test.js
new file mode 100644
index 00000000..6fc051a5
--- /dev/null
+++ b/test/node_min_test.js
@@ -0,0 +1,10 @@
+var util = require('util');
+
+var Faker = require('../Faker');
+
+var card = Faker.Helpers.createCard();
+
+util.puts(JSON.stringify(card));
+
+
+