4 lines
93 B

import { mod } from './second';
assert.strictEqual(mod.a, 1);
assert.strictEqual(mod.b, 2);