Skip to content

Commit 3dc91fc

Browse files
test: fix
1 parent 194d38f commit 3dc91fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/middleware.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ describe.each([
6262
}
6363

6464
describe("basic", () => {
65-
describe.only("should work", () => {
65+
describe("should work", () => {
6666
let compiler;
6767
let codeLength;
6868

0 commit comments

Comments
 (0)