Updated the test system
This commit is contained in:
6
test/off.test.js
Normal file
6
test/off.test.js
Normal file
@ -0,0 +1,6 @@
|
||||
const expect = require('expect');
|
||||
const {off} = require('./_30s.js');
|
||||
|
||||
test('off is a Function', () => {
|
||||
expect(off).toBeInstanceOf(Function);
|
||||
});
|
||||
Reference in New Issue
Block a user