Skip to content

Commit

Permalink
enable cacheAjaxRequests test
Browse files Browse the repository at this point in the history
  • Loading branch information
stereobooster committed Jun 4, 2018
1 parent c724aea commit 0be0746
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/run.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -431,7 +431,7 @@ describe("saves state of form elements changed via JS", () => {
});
});

describe.skip("cacheAjaxRequests", () => {
describe("cacheAjaxRequests", () => {
const source = "tests/examples/other";
const include = ["/ajax-request.html"];
const { fs, filesCreated, content } = mockFs();
Expand Down

0 comments on commit 0be0746

Please sign in to comment.