UNPKG

cirsim

Version:

Cirsim Circuit Simulator

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