Skip to content

Commit

Permalink
refactor(karma-webpack): fix linting error (#410)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Clark authored Jun 7, 2019
1 parent 63cfd78 commit bef8bb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/karma-webpack.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
const os = require('os');
const path = require('path');

const cloneDeep = require('clone-deep')
const cloneDeep = require('clone-deep');
const async = require('async');
const webpack = require('webpack');
const WebpackDevMiddleware = require('webpack-dev-middleware');
Expand Down

0 comments on commit bef8bb6

Please sign in to comment.