Skip to content

Commit

Permalink
consistent formatting in jest.babel.transform
Browse files Browse the repository at this point in the history
  • Loading branch information
aretecode committed Apr 30, 2019
1 parent 6f3fe7f commit e71f897
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jest.babel.transform.js
Expand Up @@ -15,7 +15,7 @@ module.exports = require('babel-jest').createTransformer({
]
],
plugins: [
["babel-plugin-inferno", {"imports": true}],
["babel-plugin-inferno", { "imports": true }],
["@babel/plugin-proposal-class-properties", { "loose": true }]
]
});

0 comments on commit e71f897

Please sign in to comment.