Test cleanup and fixes [s-t]
This commit is contained in:
@ -1,8 +1,6 @@
|
||||
const expect = require('expect');
|
||||
const smoothScroll = require('./smoothScroll.js');
|
||||
|
||||
|
||||
test('smoothScroll is a Function', () => {
|
||||
test('smoothScroll is a Function', () => {
|
||||
expect(smoothScroll).toBeInstanceOf(Function);
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user