UNPKG

recink

Version:

Rethink CI for JavaScript applications

8 lines (6 loc) 162 B
const chai = require('chai'); describe('Unit Healthcheck', () => { it('Test chai to be an object', () => { chai.expect(chai).to.be.an('object'); }); });