UNPKG

cirsim

Version:

Cirsim Circuit Simulator

11 lines (8 loc) 209 B
import {Bend} from '../../src/Cirsim/Bend'; describe('Bend', function() { it('Construct', function() { var b = new Bend(); expect(b.x).toBe(0); expect(b.y).toBe(0); }); });