From 64d218bb18d7d39756f45261872257700c57f973 Mon Sep 17 00:00:00 2001 From: Remy Sharp Date: Fri, 19 May 2017 15:11:40 +0100 Subject: [PATCH] test: fix broken test plan & use glitch>now --- test/fixtures/headers.src.html | 2 +- test/index.test.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/test/fixtures/headers.src.html b/test/fixtures/headers.src.html index 20582b7..451b2d7 100644 --- a/test/fixtures/headers.src.html +++ b/test/fixtures/headers.src.html @@ -1 +1 @@ - + diff --git a/test/index.test.js b/test/index.test.js index 191b2c9..d24048f 100644 --- a/test/index.test.js +++ b/test/index.test.js @@ -29,7 +29,7 @@ test('setup mock server', function (t) { test('inliner core functions', function coreTests(t) { var Inliner = require('../'); - t.plan(4); + t.plan(3); t.equal(typeof Inliner, 'function', 'Inliner is a function');