add 2 tests, getDaysDiffBetweenDates, getType

This commit is contained in:
Stefan Feješ
2018-01-10 16:31:49 +01:00
parent bf0b11364d
commit ae140c308d
2 changed files with 2 additions and 0 deletions

View File

@ -5,6 +5,7 @@ test('Testing getType', (t) => {
//For more information on all the methods supported by tape
//Please go to https://github.com/substack/tape
t.true(typeof getType === 'function', 'getType is a Function');
t.equal(getType(new Set([1, 2, 3])), 'set', "Returns the native type of a value");
//t.deepEqual(getType(args..), 'Expected');
//t.equal(getType(args..), 'Expected');
//t.false(getType(args..), 'Expected');