From a74d336062a27569bec79cb70b25f2c04cbdeb80 Mon Sep 17 00:00:00 2001 From: redonkulus Date: Thu, 14 May 2020 14:21:23 -0700 Subject: [PATCH] fix: downgrade to camelcase 5 --- package.json | 2 +- tests/unit/index.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 816698d..c7788bc 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "test": "npm run lint && npm run cover" }, "dependencies": { - "camelcase": "^6.0.0", + "camelcase": "^5.3.1", "http-status": "^1.4.2" }, "devDependencies": { diff --git a/tests/unit/index.js b/tests/unit/index.js index 5be52c7..9a5cdb0 100644 --- a/tests/unit/index.js +++ b/tests/unit/index.js @@ -19,7 +19,7 @@ describe('fumble', function () { expect(fumble).to.have.deep.property('http.create').that.is.a('function'); }); - it.skip('should not error when requiring the webpack generated file', function (done) { + it('should not error when requiring the webpack generated file', function (done) { var config = { entry: ROOT_DIR, output: {