diff options
| author | ST-DDT <[email protected]> | 2023-01-10 21:16:55 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-01-10 20:16:55 +0000 |
| commit | a7d6875d9ebc8e894ff3188b32e6132781bba395 (patch) | |
| tree | 78ac338e43791f34b2059e71e61befe45d5ccf2e | |
| parent | d933ccb3f5d915ef6cf3c78f3977eda1f845d6c6 (diff) | |
| download | faker-a7d6875d9ebc8e894ff3188b32e6132781bba395.tar.xz faker-a7d6875d9ebc8e894ff3188b32e6132781bba395.zip | |
chore: remove debug code (#1724)
| -rw-r--r-- | test/image.spec.ts | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/image.spec.ts b/test/image.spec.ts index 9cc8f500..a0a6d4ef 100644 --- a/test/image.spec.ts +++ b/test/image.spec.ts @@ -341,8 +341,6 @@ describe('image', () => { // https://via.placeholder.com/150/000000/FFFFFF/ const urlSpilt = imageUrl.split('/'); - console.log(imageUrl); - expect(urlSpilt[0]).toBe('https:'); expect(urlSpilt[2]).toBe('via.placeholder.com'); expect(urlSpilt[3]).toBe('200x150'); |
