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

View File

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