UNPKG

cirsim

Version:

Cirsim Circuit Simulator

10 lines (7 loc) 204 B
import {In} from '../../src/Cirsim/In'; describe('In', function() { it('Construct', function() { var con = new In(null, 23, 18, 9, 'A'); expect(con.x).toBe(23); }); });