mirror of
https://github.com/element-hq/element-web
synced 2024-11-22 17:25:50 +03:00
Final karma tweaks
* fix a comment * drop redundant import
This commit is contained in:
parent
cb3ae0e069
commit
29ff9c11a8
1 changed files with 1 additions and 2 deletions
|
@ -1,7 +1,6 @@
|
||||||
// karma.conf.js - the config file for karma, which runs our tests.
|
// karma.conf.js - the config file for karma, which runs our tests.
|
||||||
|
|
||||||
var path = require('path');
|
var path = require('path');
|
||||||
var fs = require('fs');
|
|
||||||
var webpack = require('webpack');
|
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
|
* to build everything; however it's the easiest way to load our dependencies
|
||||||
* from node_modules.
|
* 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
|
* the tests for changes, and webpack will rebuild using a cache. This is much quicker
|
||||||
* than a clean rebuild.
|
* than a clean rebuild.
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in a new issue