End-to-end CLI tests

This commit is contained in:
Bán Dénes 2021-07-17 01:15:27 +02:00
parent 1f3ecb5c58
commit 4d88dac40a
15 changed files with 343 additions and 7 deletions

View file

@ -13,6 +13,9 @@ const kle = load('atreus_kle.json')
describe('Interface', function() {
this.timeout(120000)
this.slow(120000)
it('debug', async function() {
// to check whether the output has "private" exports
const underscore = obj => {