Move to separate is.boundFunction test
This commit is contained in:
parent
4cb5fc391a
commit
1f30c1d038
1 changed files with 3 additions and 0 deletions
|
|
@ -370,6 +370,9 @@ test('is.array', t => {
|
|||
|
||||
test('is.function', t => {
|
||||
testType(t, 'function', ['generatorFunction', 'asyncFunction', 'boundFunction']);
|
||||
});
|
||||
|
||||
test('is.boundFunction', t => {
|
||||
t.false(m.boundFunction(function () {})); // tslint:disable-line:no-empty only-arrow-functions
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue