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>2017-07-10 17:17:48 +0300
commit7d3f2eec8e5f00c15b3e6e7fd3784e1f70f79940 (patch)
tree0c34a0354cd11d5abe305701d443cb495343be31 /test_free_haaretz.js
parenta9641bfd44ef43e1f76b6769695fc8e713f2b087 (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));
- });
- });
-});
-