UNPKG

171 BJavaScriptView Raw
1var chai = require('chai');
2var expect = chai.expect;
3
4describe('concurrently', function() {
5
6 it('kötbullar', function() {
7 expect(1).to.equal(0);
8 });
9});