diff --git a/tests/unit/1edtech/mps-spec.js b/tests/unit/1edtech/mps-spec.js index 15c04839bf..d2ac3e25c5 100644 --- a/tests/unit/1edtech/mps-spec.js +++ b/tests/unit/1edtech/mps-spec.js @@ -5,7 +5,7 @@ import { flushIframes, makePluginDoc } from "../SpecHelper.js"; describe("1EdTech - mps.js", () => { afterAll(flushIframes); - const plugins = ["/src/1edtech/mps.js"]; + const plugins = ["/src/1edtech/post-markdown.js"]; const config = { format: "markdown" }; it("Removes blocks when format='markdown'", async () => { @@ -16,7 +16,7 @@ describe("1EdTech - mps.js", () => { This should be removed

- +

Section Title

@@ -47,7 +47,7 @@ describe("1EdTech - mps.js", () => { - +

This should be removed