Skip to content

Commit bd2c165

Browse files
authored
ci: fix
1 parent fc6f4e8 commit bd2c165

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e/server.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ const staticDirectory = path.resolve(
2525
"../fixtures/static-config/public"
2626
);
2727

28-
describe.skip("server option", () => {
28+
describe("server option", () => {
2929
describe("as string", () => {
3030
let compiler;
3131
let server;

0 commit comments

Comments
 (0)