Skip to content

Commit

Permalink
Showing 5 changed files with 9 additions and 7 deletions.
2 changes: 1 addition & 1 deletion lib/analysis-paths.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions lib/analysis-paths.test.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/analysis-paths.test.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion src/analysis-paths.test.ts
@@ -1,6 +1,7 @@
import test from "ava";
import * as path from "path";

import test from "ava";

import * as analysisPaths from "./analysis-paths";
import { setupTests } from "./testing-utils";
import * as util from "./util";
1 change: 1 addition & 0 deletions src/analysis-paths.ts
@@ -1,4 +1,5 @@
import * as path from "path";

import * as configUtils from "./config-utils";
import { Logger } from "./logging";

0 comments on commit 11c1460

Please sign in to comment.