We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6406db6 commit 48f56d5Copy full SHA for 48f56d5
test/e2e/options-middleware.test.js
@@ -78,7 +78,7 @@ describe("handle options-request correctly", () => {
78
htmlUrl,
79
);
80
81
- expect(responseStatus).toEqual([200, 204, 200]);
+ expect(responseStatus.sort()).toEqual([200, 200, 204]);
82
} catch (error) {
83
throw error;
84
} finally {
0 commit comments