UNPKG

consensus

Version:

vote for topics for your next meeting

14 lines (11 loc) 232 B
/*global describe:true, it:true, before:true, after:true */ var chai = require('chai'), assert = chai.assert, expect = chai.expect, should = chai.should() ; describe('Consensus models', function() { it('tests exist'); });