style(aio): add missing semi-colon

This commit is contained in:
Peter Bacon Darwin 2017-04-16 21:38:00 +01:00
parent 58f080a325
commit 7c418a7e06
1 changed files with 1 additions and 1 deletions

View File

@ -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);