Skip to content

Commit a8b234f

Browse files
author
DavertMik
committed
removed require from cjs
1 parent ee62504 commit a8b234f

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

index.cjs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
const { createRequire } = require('module');
2-
const require = createRequire(__dirname);
3-
41
const ExpectHelper = require('./index.js').default;
52

63
module.exports = ExpectHelper;

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@codeceptjs/expect-helper",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"description": "Expect helper for CodeceptJS",
55
"type": "module",
66
"main": "index.js",

0 commit comments

Comments
 (0)