Skip to content

Commit

Permalink
test: remove only
Browse files Browse the repository at this point in the history
  • Loading branch information
kellyjosephprice committed Dec 5, 2024
1 parent fb6eb7f commit 15d2ec7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion __tests__/lib/mdast/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ describe('mdast transformer', async () => {
expect(mdast(tablesMdx)).toStrictEqualExceptPosition(tablesJson);
});

it.only('parses variables', () => {
it('parses variables', () => {
// @ts-ignore
expect(mdast(variablesMdx)).toStrictEqualExceptPosition(variablesJson);
});
Expand Down

0 comments on commit 15d2ec7

Please sign in to comment.