Skip to content

Commit

Permalink
nvm ... test works in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
achavez committed May 23, 2024
1 parent 70c1cec commit 8010c52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/functional/pages.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ describe("Server responses", () => {
});
});

it.skip("should render an inline <style> tag and no JS on error pages", () => {
it("should render an inline <style> tag and no JS on error pages", () => {
return request(app)
.get("/this-route-does-not-exist")
.expect(404)
Expand Down

0 comments on commit 8010c52

Please # to comment.