Final karma tweaks

* fix a comment
* drop redundant import
pull/1386/head
Richard van der Hoff 2016-04-13 18:22:05 +01:00
parent cb3ae0e069
commit 29ff9c11a8
1 changed files with 1 additions and 2 deletions

View File

@ -1,7 +1,6 @@
// karma.conf.js - the config file for karma, which runs our tests.
var path = require('path');
var fs = require('fs');
var webpack = require('webpack');
/*
@ -9,7 +8,7 @@ var webpack = require('webpack');
* to build everything; however it's the easiest way to load our dependencies
* from node_modules.
*
* If you run karma in multi-run mode (with `npm run test-multi`), it will watch
* If you run karma in multi-run mode (with `npm run test:multi`), it will watch
* the tests for changes, and webpack will rebuild using a cache. This is much quicker
* than a clean rebuild.
*/