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 ee62504 commit a8b234fCopy full SHA for a8b234f
index.cjs
@@ -1,6 +1,3 @@
1
-const { createRequire } = require('module');
2
-const require = createRequire(__dirname);
3
-
4
const ExpectHelper = require('./index.js').default;
5
6
module.exports = ExpectHelper;
package.json
@@ -1,6 +1,6 @@
{
"name": "@codeceptjs/expect-helper",
- "version": "0.2.0",
+ "version": "0.2.1",
"description": "Expect helper for CodeceptJS",
"type": "module",
"main": "index.js",
0 commit comments