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: {