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