summaryrefslogtreecommitdiff
path: root/packages/integrations/markdoc/test/variables.test.js
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--packages/integrations/markdoc/test/variables.test.js (renamed from packages/integrations/markdoc/test/entry-prop.test.js)4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/integrations/markdoc/test/entry-prop.test.js b/packages/integrations/markdoc/test/variables.test.js
index b47ccf739..90d5fe276 100644
--- a/packages/integrations/markdoc/test/entry-prop.test.js
+++ b/packages/integrations/markdoc/test/variables.test.js
@@ -3,9 +3,9 @@ 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 - Entry prop', () => {
+describe('Markdoc - Variables', () => {
let baseFixture;
before(async () => {