4 lines
78 B

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