From 858ea92d1f1a098886d4651fa7b29c04418e1f73 Mon Sep 17 00:00:00 2001 From: Xavi Aracil Date: Fri, 3 Nov 2023 12:28:46 +0100 Subject: [PATCH] Fixed test --- tests/unit/1edtech/mps-spec.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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", () => {
  • Test
- +

This should be removed