We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be7b5f9 commit c81f520Copy full SHA for c81f520
lib/build-pages/resolve-vars.test.js
@@ -3,7 +3,7 @@ import { resolve } from 'path'
3
4
import { resolveVars } from './resolve-vars.js'
5
6
-const __dirname = import.meta.url
+const __dirname = import.meta.dirname
7
8
tap.test('resolve vars resolves vars', async (t) => {
9
const varsPath = resolve(__dirname, '../../test-cases/general-features/src/globals/global.vars.js')
0 commit comments