Skip to content

Commit d0d0c3d

Browse files
committed
test: allow all
1 parent c771362 commit d0d0c3d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/specs/e2e/server/e2e.server.dirs.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ describe("E2E server test with base dir array option + directory", function () {
153153

154154
describe("E2E server test with base dir array = false", function () {
155155

156-
it.only("should ignore the directory option if a falsey value was given", function (done) {
156+
it("should ignore the directory option if a falsey value was given", function (done) {
157157
browserSync.reset();
158158

159159
var config = {

0 commit comments

Comments
 (0)