diff options
| author | Marak <[email protected]> | 2016-02-14 13:03:31 -0500 |
|---|---|---|
| committer | Marak <[email protected]> | 2016-02-14 13:03:35 -0500 |
| commit | 313dc97a714b613b867279f2b01066d889432447 (patch) | |
| tree | 555aa3655bd91bfe8bbce86b2fb21093e696e65f | |
| parent | 6e3000783f8a11291a166be8bdf4b515ea42a62f (diff) | |
| download | faker-313dc97a714b613b867279f2b01066d889432447.tar.xz faker-313dc97a714b613b867279f2b01066d889432447.zip | |
[test] [minor] Comment out test
| -rw-r--r-- | test/image.unit.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/image.unit.js b/test/image.unit.js index 1429dff9..e7c7c3c7 100644 --- a/test/image.unit.js +++ b/test/image.unit.js @@ -21,12 +21,14 @@ describe("image.js", function () { assert.equal(imageUrl, 'http://lorempixel.com/100/100/abstract'); }); + /* it.only("returns a random image url from lorempixel with a randomizer", function () { var imageUrl = faker.image.imageUrl(100, 100, undefined, true); console.log(imageUrl); assert.ok(imageUrl.match(/^http:\/\/lorempixel.com\/100\/100\?[\d]+$/)); }); + */ }); describe("avatar()", function () { it("return a random avatar from UIFaces", function () { |
