Change test to require isEmpty dependency

This commit is contained in:
Stanislav Termosa 2018-03-24 10:59:11 +02:00 committed by GitHub
parent 840bdf168b
commit 11843a76f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
import isEmpty from 'is-empty';
import isEmpty = require('is-empty');
isEmpty({});
isEmpty(null);