Skip to content

Commit 38ac050

Browse files
committed
style: fix formatting
1 parent 2102ec3 commit 38ac050

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/get-project-context.test.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ test("Parse project path with https URL", (t) => {
88
"owner/repo"
99
);
1010
t.is(
11-
getProjectContext({ env: {} }, "https://gitlbab.com", "https://api.gitlab.com", "https://gitlab.com/owner/repo").projectPath,
11+
getProjectContext({ env: {} }, "https://gitlbab.com", "https://api.gitlab.com", "https://gitlab.com/owner/repo")
12+
.projectPath,
1213
"owner/repo"
1314
);
1415
});

0 commit comments

Comments
 (0)