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 82f194a commit 04e299fCopy full SHA for 04e299f
test/data/sandbox/configs/run-rerun/customHelper.js
@@ -1,7 +1,9 @@
1
+import Helper from '../../../../../lib/helper.js'
2
+
3
class CustomHelper extends Helper {
4
printMessage(s) {
- console.log(s);
5
+ console.log(s)
6
}
7
8
-module.exports = CustomHelper;
9
+export default CustomHelper
0 commit comments