3 lines
74 B

import Foo from './foo';
assert.strictEqual(new Foo().constructor, Foo);