End-to-end CLI tests
This commit is contained in:
parent
1f3ecb5c58
commit
4d88dac40a
15 changed files with 343 additions and 7 deletions
|
@ -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 => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue