style(aio): add missing semi-colon
This commit is contained in:
parent
58f080a325
commit
7c418a7e06
|
@ -36,7 +36,7 @@ describe('authors-package', () => {
|
|||
expect(files).toContain(resolve(outputPath, 'tutorial/toh-pt4.json'));
|
||||
expect(files).toContain(resolve(outputPath, 'tutorial/toh-pt5.json'));
|
||||
expect(files).toContain(resolve(outputPath, 'tutorial/toh-pt6.json'));
|
||||
done()
|
||||
done();
|
||||
});
|
||||
}, 2000);
|
||||
|
||||
|
|
Loading…
Reference in New Issue