Remain only license files

This commit is contained in:
Ilya Goncharov
2019-10-09 13:50:43 +03:00
parent e738534bef
commit 48e2e1f0c1
@@ -1,11 +1,6 @@
const util = require('util');
const resolve = require('path').resolve;
/**
* From karma
* The MIT License
* Copyright (C) 2011-2019 Google, Inc.
*/
// This ErrorFormatter is copied from standard karma's,
// but without warning in case of failed original location finding
function createFormatError(config, emitter) {
@@ -67,11 +62,6 @@ function createFormatError(config, emitter) {
};
}
/**
* From karma-teamcity-reporter.
* The MIT License
* Copyright (C) 2011-2013 Vojta Jína and contributors
*/
const escapeMessage = function (message) {
if (message === null || message === undefined) {
return ''