Update README and fix linting issues #37
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue