test: remove version test

This commit is contained in:
Remy Sharp 2017-04-27 19:19:51 +01:00
parent 40845eeb3a
commit 20a5bcbfb0

View File

@ -32,8 +32,6 @@ test('inliner core functions', function coreTests(t) {
t.plan(4);
t.equal(typeof Inliner, 'function', 'Inliner is a function');
t.equal(Inliner.version,
require('../package.json').version, 'should have version');
var inliner = new Inliner();
t.ok(inliner, 'inline is instantiated');