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