diff options
| author | Yuval Adam <_@yuv.al> | 2017-07-10 17:17:48 +0300 |
|---|---|---|
| committer | Yuval Adam <_@yuv.al> | 2018-05-15 15:46:32 +0300 |
| commit | c97114a4f89d87b0f3295a6790f36241d820314c (patch) | |
| tree | e6e5f2dbc9e6765da9e988ac20e59eed1958f7b4 /test_free_haaretz.js | |
| parent | f22ca3ee0e899f055e817aaed0a140e4482cda60 (diff) | |
Almost there with mocha, chai and chrome launcher
Diffstat (limited to 'test_free_haaretz.js')
| -rw-r--r-- | test_free_haaretz.js | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/test_free_haaretz.js b/test_free_haaretz.js deleted file mode 100644 index 08e5e46..0000000 --- a/test_free_haaretz.js +++ /dev/null @@ -1,8 +0,0 @@ -describe('Array', () => { - describe('#indexOf()', () => { - it('should return -1 when the value is not present', () => { - assert.equal(-1, [1,2,3].indexOf(4)); - }); - }); -}); - |
