3 lines
63 B

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