make mocha show duration and include the first timeout value in a test

This commit is contained in:
John McLear 2021-01-26 19:42:23 +00:00
parent f2b54af6a4
commit d74782c7e6
2 changed files with 1 additions and 12 deletions

View file

@ -8,6 +8,7 @@ describe('All the alphabet works n stuff', function () {
});
it('when you enter any char it appears right', function (done) {
this.timeout(100);
const inner$ = helper.padInner$;
const chrome$ = helper.padChrome$;