Skip to content

Commit 29ceddd

Browse files
authored
Update custom_masking_test.js
1 parent 32bec2f commit 29ceddd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/runner/custom_masking_test.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
const { exec } = require('child_process')
2-
const { assert } = require('chai')
3-
const path = require('path')
1+
import { exec } from 'child_process'
2+
import { assert } from 'chai'
3+
import path from 'path'
44

55
const runner = path.join(__dirname, '/../../bin/codecept.js')
66
const codecept_dir = path.join(__dirname, '/../data/sandbox')

0 commit comments

Comments
 (0)