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 1afff98 commit 5e9175fCopy full SHA for 5e9175f
test/fixtures/inspector-cli/cjs/index.js
@@ -1,5 +1,5 @@
1
-const fourty = 40;
+const forty = 40;
2
const { add } = require('./other');
3
4
-const sum = add(fourty, 2);
+const sum = add(forty, 2);
5
module.exports = sum;
0 commit comments