UNPKG

@herbsjs/herbs2repl

Version:
13 lines (9 loc) 197 B
const assert = require('assert') describe('A repl', () => { it('should validate if repl is valid ', () => { //given const value = true //then assert.equal(value, true) }) })