Update README and fix linting issues #37

Merged
hamcha merged 10 commits from feature/better-readme into master 2019-09-20 14:41:24 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 117297f1f4 - Show all commits

View File

@ -21,7 +21,7 @@ const testSessionOptions: DraftOptions = {
describe("mlpccg/draft", () => {
beforeAll(async () => {
jest.setTimeout(15000);
jest.setTimeout(30000);
await initDB();
await loadSets();
});