Remain only license files
This commit is contained in:
@@ -1,11 +1,6 @@
|
|||||||
const util = require('util');
|
const util = require('util');
|
||||||
const resolve = require('path').resolve;
|
const resolve = require('path').resolve;
|
||||||
|
|
||||||
/**
|
|
||||||
* From karma
|
|
||||||
* The MIT License
|
|
||||||
* Copyright (C) 2011-2019 Google, Inc.
|
|
||||||
*/
|
|
||||||
// This ErrorFormatter is copied from standard karma's,
|
// This ErrorFormatter is copied from standard karma's,
|
||||||
// but without warning in case of failed original location finding
|
// but without warning in case of failed original location finding
|
||||||
function createFormatError(config, emitter) {
|
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) {
|
const escapeMessage = function (message) {
|
||||||
if (message === null || message === undefined) {
|
if (message === null || message === undefined) {
|
||||||
return ''
|
return ''
|
||||||
|
|||||||
Reference in New Issue
Block a user