fix(core): update

This commit is contained in:
2020-08-31 19:25:25 +00:00
parent ffe0f202f0
commit aa74482b29
5 changed files with 36 additions and 25 deletions

View File

@ -10,7 +10,10 @@ tap.test('should create a valid new instance', async () => {
});
tap.test('should get a simple confirmation', async () => {
const response = await smartinteract.SmartInteract.getCliConfirmation('You feel awesome, right?', true);
const response = await smartinteract.SmartInteract.getCliConfirmation(
'You feel awesome, right?',
true
);
expect(response).to.be.true;
});