Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 2b20839

Browse files
committedSep 21, 2023
.only
1 parent 16cba12 commit 2b20839

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

Diff for: ‎src/shared/options/readOptions.test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ describe("readOptions", () => {
179179
});
180180
});
181181

182-
it.only("returns success options when --base is valid", async () => {
182+
it("returns success options when --base is valid", async () => {
183183
mockGetPrefillOrPromptedOption.mockImplementation(() => "mock");
184184

185185
expect(await readOptions(["--base", mockOptions.base])).toStrictEqual({

0 commit comments

Comments
 (0)
Please sign in to comment.