summaryrefslogtreecommitdiff
path: root/test_free_haaretz.js
diff options
context:
space:
mode:
authorYuval Adam <_@yuv.al>2017-07-10 17:17:48 +0300
committerYuval Adam <_@yuv.al>2018-05-15 15:46:32 +0300
commitc97114a4f89d87b0f3295a6790f36241d820314c (patch)
treee6e5f2dbc9e6765da9e988ac20e59eed1958f7b4 /test_free_haaretz.js
parentf22ca3ee0e899f055e817aaed0a140e4482cda60 (diff)
Almost there with mocha, chai and chrome launcher
Diffstat (limited to 'test_free_haaretz.js')
-rw-r--r--test_free_haaretz.js8
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));
- });
- });
-});
-