Skip to content

Commit

Permalink
fix: move options-request-response to the bottom of the listOfTests list
Browse files Browse the repository at this point in the history
  • Loading branch information
TrickyPi committed Jan 16, 2022
1 parent 0027c09 commit fb238ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/ports-map.js
Expand Up @@ -15,7 +15,6 @@ const listOfTests = {
progress: 1,
"server-and-client-transport": 1,
"web-socket-server-url": 2,
"options-request-response": 2,
// integration tests
"module-federation": 1,
"multi-compiler": 1,
Expand Down Expand Up @@ -80,6 +79,7 @@ const listOfTests = {
"server-option": 1,
"normalize-option": 1,
"setup-middlewares-option": 1,
"options-request-response": 2,
};

let startPort = 8089;
Expand Down

0 comments on commit fb238ed

Please sign in to comment.