Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mpkorstanje committed Aug 10, 2023
1 parent 14aea94 commit 0350c3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/exec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export const run = async (
throws = false
): Promise<string> => {
// clear require cache for support code
const matches = await promisify(glob)('features/support/*', {
const matches = await glob('features/support/*', {
absolute: true,
cwd: __dirname,
})
Expand Down

0 comments on commit 0350c3f

Please sign in to comment.