From ae81977ce71b9d247f44adf1874248a2304c0ca0 Mon Sep 17 00:00:00 2001 From: akshar-wd <72188604+akshar-wd@users.noreply.github.com> Date: Thu, 1 Oct 2020 12:42:29 +0530 Subject: [PATCH] Update htmlParserSpec.js --- test/htmlParserSpec.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/test/htmlParserSpec.js b/test/htmlParserSpec.js index 2ff259f..c8f6556 100644 --- a/test/htmlParserSpec.js +++ b/test/htmlParserSpec.js @@ -1,15 +1,12 @@ require('mocha') - var chai = require('chai') , expect = chai.expect , should = chai.should() delete require.cache[require.resolve('../lib/htmlParse')] - var htmlParse = require('../lib/htmlParse') - describe('htmlParse', function () { it('should exist', function () { expect(htmlParse).to.be.exist