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
Showing only changes of commit 117297f1f4 - Show all commits

View file

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