From 53c5e8a6530c5e459c426713fe6ba58dcc182b8b Mon Sep 17 00:00:00 2001 From: Harendra Singh <66hari@gmail.com> Date: Thu, 26 Oct 2017 15:49:34 +0530 Subject: [PATCH] Revert "Updating marked with 8fold-marked" This reverts commit 510aca0eef18d60dcffc4c55f05f4ee774116513. --- test/system/bootcode-dependencies.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/system/bootcode-dependencies.test.js b/test/system/bootcode-dependencies.test.js index 23b5fe21..ed2a1ef1 100644 --- a/test/system/bootcode-dependencies.test.js +++ b/test/system/bootcode-dependencies.test.js @@ -19,7 +19,6 @@ describe('bootcode dependencies', function () { it('should not change', function () { expect(currentDependencies).to.be.eql([ - '8fold-marked', 'assert', 'assertion-error', 'atob', @@ -70,6 +69,7 @@ describe('bootcode dependencies', function () { 'lodash.reject', 'lodash.some', 'lodash3', + 'marked', 'mime-db', 'mime-format', 'mime-types',