mirror of
https://github.com/github/codeql-action.git
synced 2026-05-07 22:30:44 +00:00
Merge branch 'main' into lgtm_filters
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user