Skip to content
This repository was archived by the owner on May 21, 2019. It is now read-only.

Commit 7cc8ecb

Browse files
committed
Remove forgotten only.
1 parent b94d308 commit 7cc8ecb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/job_spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import {isEqual} from "lodash";
88
import {Prompt} from "../src/shell/Prompt";
99

1010
describe("Job", () => {
11-
it.only("runs interceptors", async () => {
11+
it("runs interceptors", async () => {
1212
let calls = 0;
1313
PluginManager.registerCommandInterceptorPlugin({
1414
isApplicable: ({ command }) => isEqual(command, ["test1"]),

0 commit comments

Comments
 (0)