diff --git a/README.md b/README.md index 78067dd..e8eb247 100644 --- a/README.md +++ b/README.md @@ -47,8 +47,8 @@ module.exports = function(config) { // ... normal karma configuration files: [ // all files ending in "_test" - 'test/*_test.js', - 'test/**/*_test.js' + {pattern: 'test/*_test.js', watched: false}, + {pattern: 'test/**/*_test.js', watched: false} // each file acts as entry point for the webpack configuration ], @@ -227,4 +227,3 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -