Merge branch 'main' into lgtm_filters

This commit is contained in:
Robert Brignull 2020-07-10 15:01:22 +01:00
commit 1a4c658bbf
205 changed files with 99252 additions and 6163 deletions

View file

@ -2,9 +2,9 @@ import test from 'ava';
import * as analysisPaths from './analysis-paths';
import * as configUtils from './config-utils';
import {silenceDebugOutput} from './testing-utils';
import {setupTests} from './testing-utils';
silenceDebugOutput(test);
setupTests(test);
test("emptyPaths", async t => {
let config = new configUtils.Config();