4 lines
70 B

import foo from './foo.js';
foo();
assert.equal( global.answer, 42 );