We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2060d33 commit 1863dbfCopy full SHA for 1863dbf
test/git-utils.spec.ts
@@ -1,4 +1,3 @@
1
-import {join} from "path";
2
import {
3
getDiffForFile,
4
resolveNearestGitDirectoryParent,
@@ -28,12 +27,6 @@ describe("git-utils", () => {
28
27
);
29
});
30
31
-
32
- it(`should resolve the overall project's .git directory for this spec file`, async () => {
33
- expect(await resolveNearestGitDirectoryParent(__dirname)).toEqual(
34
- join(__dirname, "..")
35
- );
36
- });
37
38
39
describe("getDiffForFile()", () => {
0 commit comments