UNPKG

table-schedule

Version:
10 lines (8 loc) 317 B
// For a detailed explanation regarding each configuration property, visit: // https://jestjs.io/docs/en/configuration.html module.exports = { globalSetup: './test/global-setup.js', globalTeardown: './test/global-teardown.js', preset: "jest-puppeteer", testEnvironment: "./test/puppeteer_environment.js", };