Skip to content
This repository was archived by the owner on Nov 5, 2024. It is now read-only.

Commit 73d64b1

Browse files
committed
fix: rename index.ts to main.ts
1 parent 5fd1061 commit 73d64b1

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
File renamed without changes.

src/unit-tests/resolver-test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ import { readFileSync, readdirSync } from "fs";
33
import path from "path";
44
import "should";
55

6-
import Resolver from "../../src/code-analysis/resolver";
76
import { PError } from "../../src/errors";
7+
import Resolver from "../../src/code-analysis/resolver";
88
import P from "../../tools/p";
99

1010
PError.testing = true;

0 commit comments

Comments
 (0)