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 8df284d commit 4fbc379Copy full SHA for 4fbc379
spec/fixtures/dirnameTest.js
@@ -1,2 +1,2 @@
1
-const path = require('path');
2
-console.log('__dirname', path.resolve(__dirname));
+const path = require("path")
+console.log("__dirname", path.resolve(__dirname))
0 commit comments