From 29ff9c11a8f1389ee141c487d805b50e8da378c8 Mon Sep 17 00:00:00 2001 From: Richard van der Hoff Date: Wed, 13 Apr 2016 18:22:05 +0100 Subject: [PATCH] Final karma tweaks * fix a comment * drop redundant import --- karma.conf.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/karma.conf.js b/karma.conf.js index 6620ca65b2..b97273796b 100644 --- a/karma.conf.js +++ b/karma.conf.js @@ -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. */