Skip to content

Commit

Permalink
Fixed test
Browse files Browse the repository at this point in the history
  • Loading branch information
xaviaracil committed Nov 3, 2023
1 parent ae0130a commit 858ea92
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/unit/1edtech/mps-spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 <md-only> blocks when format='markdown'", async () => {
Expand All @@ -16,7 +16,7 @@ describe("1EdTech - mps.js", () => {
This should be removed
</p>
</md-only>
<section>
<h2 id="custom-id">Section Title</h2>
<md-only>
Expand Down Expand Up @@ -47,7 +47,7 @@ describe("1EdTech - mps.js", () => {
<ul>
<li>Test</li>
</ul>
<md-only>
<p>
This should be removed
Expand Down

0 comments on commit 858ea92

Please sign in to comment.