Skip to content

Commit

Permalink
fix: revert test skips
Browse files Browse the repository at this point in the history
  • Loading branch information
bholmesdev committed Jul 20, 2022
1 parent ee9b15b commit bf4b5d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/integrations/mdx/test/mdx-component.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { expect } from 'chai';
import { parseHTML } from 'linkedom';
import { loadFixture } from '../../../astro/test/test-utils.js';

describe.skip('MDX Component', () => {
describe('MDX Component', () => {
let fixture;

before(async () => {
Expand Down
2 changes: 1 addition & 1 deletion packages/integrations/mdx/test/mdx-page.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { expect } from 'chai';
import { parseHTML } from 'linkedom';
import { loadFixture } from '../../../astro/test/test-utils.js';

describe.skip('MDX Page', () => {
describe('MDX Page', () => {
let fixture;

before(async () => {
Expand Down

0 comments on commit bf4b5d3

Please sign in to comment.