Switch to side-by-side view

--- a
+++ b/src/worker/src/node_modules/coffeelint/node_modules/resolve/test/resolver/incorrect_main/index.js
@@ -0,0 +1,2 @@
+// this is the actual main file 'index.js', not 'wrong.js' like the package.json would indicate
+module.exports = 1;