Skip to content

Commit ee62504

Browse files
author
DavertMik
committed
added esm support, fixed tests, added cjs support
1 parent ade968f commit ee62504

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

index.cjs

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

0 commit comments

Comments
 (0)