diff options
| -rw-r--r-- | tests/browser_test.html | 4 | ||||
| -rw-r--r-- | tests/library_test.js | 3 | ||||
| -rw-r--r-- | tests/node_min_test.js | 8 |
3 files changed, 0 insertions, 15 deletions
diff --git a/tests/browser_test.html b/tests/browser_test.html index afc541f1..afe81bec 100644 --- a/tests/browser_test.html +++ b/tests/browser_test.html @@ -28,10 +28,6 @@ }; } document.write(JSON.stringify(card)); - - //tests financial additions - var transaction = Faker.Helpers.createTransaction() - document.write(JSON.stringify(transaction)); </script> </head> diff --git a/tests/library_test.js b/tests/library_test.js index 1eecba85..324c9b64 100644 --- a/tests/library_test.js +++ b/tests/library_test.js @@ -8,7 +8,4 @@ var card = new Faker.Helpers.createCard(); util.puts(JSON.stringify(card)); -var transaction = Faker.Helpers.createTransaction(); - -util.puts(JSON.stringify(transaction)); diff --git a/tests/node_min_test.js b/tests/node_min_test.js index 47e5f030..6fc051a5 100644 --- a/tests/node_min_test.js +++ b/tests/node_min_test.js @@ -6,13 +6,5 @@ var card = Faker.Helpers.createCard(); util.puts(JSON.stringify(card)); -util.log(Faker.Finance.account(9)) - -util.log(Faker.Finance.name()) - -util.log(Faker.Finance.mask(4,true,true)) - -util.log(Faker.Finance.amount(1,100,2,'£')) - |
