Initial Portal Runner (#51)

This commit is contained in:
Steve Faulkner
2020-06-24 14:07:01 -05:00
committed by GitHub
parent d22cb598a9
commit 3bf42b23dd
14 changed files with 7613 additions and 773 deletions

5
jest.config.e2e.js Normal file
View File

@@ -0,0 +1,5 @@
module.exports = {
preset: "jest-puppeteer",
testMatch: ["<rootDir>/test/**/*.spec.[jt]s?(x)"],
setupFiles: ["dotenv/config"]
};