File->New Project (console project)
Change analysis level (flip from high to limited or vice versa)
Add blah.js
blah.js add:
exports.foo = 42
Check completions, require('./blah.js').foo in app.js
Change analysis level to high or limited (whatever is opposite)
in app.js check require('./blah.js').foo again
Get no completions