Skip to content

Commit

Permalink
fix: downgrade to camelcase 5
Browse files Browse the repository at this point in the history
  • Loading branch information
redonkulus committed May 14, 2020
1 parent 6315dcf commit a74d336
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion tests/unit/index.js
Expand Up @@ -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: {
Expand Down

0 comments on commit a74d336

Please sign in to comment.