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 29ceddd commit 68787f6Copy full SHA for 68787f6
test/runner/custom_masking_test.js
@@ -1,6 +1,10 @@
1
import { exec } from 'child_process'
2
import { assert } from 'chai'
3
import path from 'path'
4
+import { fileURLToPath } from 'url'
5
+// Get the directory name of the current module
6
+const __filename = fileURLToPath(import.meta.url);
7
+const __dirname = path.dirname(__filename);
8
9
const runner = path.join(__dirname, '/../../bin/codecept.js')
10
const codecept_dir = path.join(__dirname, '/../data/sandbox')
0 commit comments