Manual tests
This commit is contained in:
@ -5,6 +5,7 @@ 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');
|
||||
|
||||
@ -5,6 +5,7 @@ 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');
|
||||
|
||||
@ -5,6 +5,7 @@ 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');
|
||||
|
||||
@ -5,6 +5,7 @@ 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');
|
||||
|
||||
@ -5,6 +5,7 @@ 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');
|
||||
|
||||
@ -5,6 +5,7 @@ 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');
|
||||
|
||||
@ -5,6 +5,7 @@ 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');
|
||||
|
||||
@ -5,6 +5,7 @@ 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');
|
||||
|
||||
@ -5,6 +5,7 @@ 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');
|
||||
|
||||
@ -5,6 +5,7 @@ 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');
|
||||
|
||||
Reference in New Issue
Block a user