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 32bec2f commit 29cedddCopy full SHA for 29ceddd
test/runner/custom_masking_test.js
@@ -1,6 +1,6 @@
1
-const { exec } = require('child_process')
2
-const { assert } = require('chai')
3
-const path = require('path')
+import { exec } from 'child_process'
+import { assert } from 'chai'
+import path from 'path'
4
5
const runner = path.join(__dirname, '/../../bin/codecept.js')
6
const codecept_dir = path.join(__dirname, '/../data/sandbox')
0 commit comments