Skip to content

Commit

Permalink
remove .only
Browse files Browse the repository at this point in the history
  • Loading branch information
dqnykamp committed Nov 11, 2024
1 parent cc1a1d3 commit 11716c3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1138,7 +1138,7 @@ describe("Displayed math tag tests", async () => {
await test_color_via_style(core);
});

it.only("math copied by plain macro, but not value, reflects style and anchor position", async () => {
it("math copied by plain macro, but not value, reflects style and anchor position", async () => {
let core = await createTestCore({
doenetML: `
<setup>
Expand Down

0 comments on commit 11716c3

Please sign in to comment.