import Point from './point';
assert.strictEqual(new Point(1, 2).x, 1);
assert.strictEqual(new Point(1, 2).y, 2);