Skip to content

Commit

Permalink
eek .only
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaKGoldberg committed Dec 20, 2024
1 parent eb7de4b commit 04c6527
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/create/src/runners/runBlock.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ function noop(label: string) {
}

describe("runBlock", () => {
test.only("Block without Addons", async () => {
test("Block without Addons", async () => {
const block = base.createBlock({
produce({ options }) {
return {
Expand Down

0 comments on commit 04c6527

Please sign in to comment.