diff --git a/test/exec.ts b/test/exec.ts index 85f5e18..330a744 100644 --- a/test/exec.ts +++ b/test/exec.ts @@ -23,7 +23,7 @@ export const run = async ( throws = false ): Promise => { // clear require cache for support code - const matches = await promisify(glob)('features/support/*', { + const matches = await glob('features/support/*', { absolute: true, cwd: __dirname, })