diff --git a/test/JSONToFile/JSONToFile.test.js b/test/JSONToFile/JSONToFile.test.js index 47bccf60b..7c352d079 100644 --- a/test/JSONToFile/JSONToFile.test.js +++ b/test/JSONToFile/JSONToFile.test.js @@ -5,9 +5,10 @@ test('Testing JSONToFile', (t) => { //For more information on all the methods supported by tape //Please go to https://github.com/substack/tape t.true(typeof JSONToFile === 'function', 'JSONToFile is a Function'); + t.pass('Tested on 09/02/2018 by @chalarangelo'); //t.deepEqual(JSONToFile(args..), 'Expected'); //t.equal(JSONToFile(args..), 'Expected'); //t.false(JSONToFile(args..), 'Expected'); //t.throws(JSONToFile(args..), 'Expected'); t.end(); -}); \ No newline at end of file +}); diff --git a/test/bottomVisible/bottomVisible.test.js b/test/bottomVisible/bottomVisible.test.js index 1c8eae4be..b9be1fc89 100644 --- a/test/bottomVisible/bottomVisible.test.js +++ b/test/bottomVisible/bottomVisible.test.js @@ -5,9 +5,10 @@ test('Testing bottomVisible', (t) => { //For more information on all the methods supported by tape //Please go to https://github.com/substack/tape t.true(typeof bottomVisible === 'function', 'bottomVisible is a Function'); + t.pass('Tested on 09/02/2018 by @chalarangelo'); //t.deepEqual(bottomVisible(args..), 'Expected'); //t.equal(bottomVisible(args..), 'Expected'); //t.false(bottomVisible(args..), 'Expected'); //t.throws(bottomVisible(args..), 'Expected'); t.end(); -}); \ No newline at end of file +}); diff --git a/test/colorize/colorize.test.js b/test/colorize/colorize.test.js index 29ff32ef2..77666f0ae 100644 --- a/test/colorize/colorize.test.js +++ b/test/colorize/colorize.test.js @@ -5,9 +5,10 @@ test('Testing colorize', (t) => { //For more information on all the methods supported by tape //Please go to https://github.com/substack/tape t.true(typeof colorize === 'function', 'colorize is a Function'); + t.pass('Tested on 09/02/2018 by @chalarangelo'); //t.deepEqual(colorize(args..), 'Expected'); //t.equal(colorize(args..), 'Expected'); //t.false(colorize(args..), 'Expected'); //t.throws(colorize(args..), 'Expected'); t.end(); -}); \ No newline at end of file +}); diff --git a/test/copyToClipboard/copyToClipboard.test.js b/test/copyToClipboard/copyToClipboard.test.js index 83d9419da..24118be8f 100644 --- a/test/copyToClipboard/copyToClipboard.test.js +++ b/test/copyToClipboard/copyToClipboard.test.js @@ -5,9 +5,10 @@ test('Testing copyToClipboard', (t) => { //For more information on all the methods supported by tape //Please go to https://github.com/substack/tape t.true(typeof copyToClipboard === 'function', 'copyToClipboard is a Function'); + t.pass('Tested on 09/02/2018 by @chalarangelo'); //t.deepEqual(copyToClipboard(args..), 'Expected'); //t.equal(copyToClipboard(args..), 'Expected'); //t.false(copyToClipboard(args..), 'Expected'); //t.throws(copyToClipboard(args..), 'Expected'); t.end(); -}); \ No newline at end of file +}); diff --git a/test/detectDeviceType/detectDeviceType.test.js b/test/detectDeviceType/detectDeviceType.test.js index 365388681..9a369fe00 100644 --- a/test/detectDeviceType/detectDeviceType.test.js +++ b/test/detectDeviceType/detectDeviceType.test.js @@ -5,9 +5,10 @@ test('Testing detectDeviceType', (t) => { //For more information on all the methods supported by tape //Please go to https://github.com/substack/tape t.true(typeof detectDeviceType === 'function', 'detectDeviceType is a Function'); + t.pass('Tested on 09/02/2018 by @chalarangelo'); //t.deepEqual(detectDeviceType(args..), 'Expected'); //t.equal(detectDeviceType(args..), 'Expected'); //t.false(detectDeviceType(args..), 'Expected'); //t.throws(detectDeviceType(args..), 'Expected'); t.end(); -}); \ No newline at end of file +}); diff --git a/test/elementIsVisibleInViewport/elementIsVisibleInViewport.test.js b/test/elementIsVisibleInViewport/elementIsVisibleInViewport.test.js index 2dd349424..a2b4b7a59 100644 --- a/test/elementIsVisibleInViewport/elementIsVisibleInViewport.test.js +++ b/test/elementIsVisibleInViewport/elementIsVisibleInViewport.test.js @@ -5,9 +5,10 @@ test('Testing elementIsVisibleInViewport', (t) => { //For more information on all the methods supported by tape //Please go to https://github.com/substack/tape t.true(typeof elementIsVisibleInViewport === 'function', 'elementIsVisibleInViewport is a Function'); + t.pass('Tested on 09/02/2018 by @chalarangelo'); //t.deepEqual(elementIsVisibleInViewport(args..), 'Expected'); //t.equal(elementIsVisibleInViewport(args..), 'Expected'); //t.false(elementIsVisibleInViewport(args..), 'Expected'); //t.throws(elementIsVisibleInViewport(args..), 'Expected'); t.end(); -}); \ No newline at end of file +}); diff --git a/test/httpsRedirect/httpsRedirect.test.js b/test/httpsRedirect/httpsRedirect.test.js index 20f70d654..f86baf715 100644 --- a/test/httpsRedirect/httpsRedirect.test.js +++ b/test/httpsRedirect/httpsRedirect.test.js @@ -5,9 +5,10 @@ test('Testing httpsRedirect', (t) => { //For more information on all the methods supported by tape //Please go to https://github.com/substack/tape t.true(typeof httpsRedirect === 'function', 'httpsRedirect is a Function'); + t.pass('Tested on 09/02/2018 by @chalarangelo'); //t.deepEqual(httpsRedirect(args..), 'Expected'); //t.equal(httpsRedirect(args..), 'Expected'); //t.false(httpsRedirect(args..), 'Expected'); //t.throws(httpsRedirect(args..), 'Expected'); t.end(); -}); \ No newline at end of file +}); diff --git a/test/observeMutations/observeMutations.test.js b/test/observeMutations/observeMutations.test.js index 0c6d479a7..fe42861a2 100644 --- a/test/observeMutations/observeMutations.test.js +++ b/test/observeMutations/observeMutations.test.js @@ -5,9 +5,10 @@ test('Testing observeMutations', (t) => { //For more information on all the methods supported by tape //Please go to https://github.com/substack/tape t.true(typeof observeMutations === 'function', 'observeMutations is a Function'); + t.pass('Tested on 09/02/2018 by @chalarangelo'); //t.deepEqual(observeMutations(args..), 'Expected'); //t.equal(observeMutations(args..), 'Expected'); //t.false(observeMutations(args..), 'Expected'); //t.throws(observeMutations(args..), 'Expected'); t.end(); -}); \ No newline at end of file +}); diff --git a/test/redirect/redirect.test.js b/test/redirect/redirect.test.js index 0d2f8d4a1..d6dbce35d 100644 --- a/test/redirect/redirect.test.js +++ b/test/redirect/redirect.test.js @@ -5,9 +5,10 @@ test('Testing redirect', (t) => { //For more information on all the methods supported by tape //Please go to https://github.com/substack/tape t.true(typeof redirect === 'function', 'redirect is a Function'); + t.pass('Tested on 09/02/2018 by @chalarangelo'); //t.deepEqual(redirect(args..), 'Expected'); //t.equal(redirect(args..), 'Expected'); //t.false(redirect(args..), 'Expected'); //t.throws(redirect(args..), 'Expected'); t.end(); -}); \ No newline at end of file +}); diff --git a/test/scrollToTop/scrollToTop.test.js b/test/scrollToTop/scrollToTop.test.js index 082b4fc4e..1772b8fe9 100644 --- a/test/scrollToTop/scrollToTop.test.js +++ b/test/scrollToTop/scrollToTop.test.js @@ -5,9 +5,10 @@ test('Testing scrollToTop', (t) => { //For more information on all the methods supported by tape //Please go to https://github.com/substack/tape t.true(typeof scrollToTop === 'function', 'scrollToTop is a Function'); + t.pass('Tested on 09/02/2018 by @chalarangelo'); //t.deepEqual(scrollToTop(args..), 'Expected'); //t.equal(scrollToTop(args..), 'Expected'); //t.false(scrollToTop(args..), 'Expected'); //t.throws(scrollToTop(args..), 'Expected'); t.end(); -}); \ No newline at end of file +});