Test cleanup and fixes [a-b]
This commit is contained in:
@ -1,10 +1,6 @@
|
||||
const expect = require('expect');
|
||||
const bottomVisible = require('./bottomVisible.js');
|
||||
|
||||
|
||||
test('bottomVisible is a Function', () => {
|
||||
test('bottomVisible is a Function', () => {
|
||||
expect(bottomVisible).toBeInstanceOf(Function);
|
||||
});
|
||||
t.pass('Tested on 09/02/2018 by @chalarangelo');
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user