Skip to content

Commit

Permalink
test: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-akait committed Dec 3, 2020
1 parent e54fefa commit d4ad655
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/server/proxy-option.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -475,7 +475,7 @@ describe('proxy option', () => {
});
});

describe.only('should work in multi compiler mode', () => {
describe('should work in multi compiler mode', () => {
let server;
let req;
let closeProxyServers;
Expand Down

0 comments on commit d4ad655

Please sign in to comment.