Skip to content

Commit

Permalink
chore: missed a spot
Browse files Browse the repository at this point in the history
  • Loading branch information
bholmesdev committed May 30, 2023
1 parent d41ca5f commit 85fb722
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/integrations/markdoc/test/variables.test.js
Expand Up @@ -3,7 +3,7 @@ import { expect } from 'chai';
import { loadFixture } from '../../../astro/test/test-utils.js';
import markdoc from '../dist/index.js';

const root = new URL('./fixtures/entry-prop/', import.meta.url);
const root = new URL('./fixtures/variables/', import.meta.url);

describe('Markdoc - Variables', () => {
let baseFixture;
Expand Down

0 comments on commit 85fb722

Please sign in to comment.