UNPKG

greenlantern

Version:

Just to have a basic thing green in the CICD

9 lines (6 loc) 165 B
const { expect } = require('chai'); describe('always winner', () => { it('should always end by a success', () => { expect(true).to.be.equal(true); }); });