6 lines
94 B

import foo from 'foo';
import path from 'path';
assert.equal( foo, 'bar' );
export { path };