UNPKG

selenium-side-runner

Version:
11 lines (10 loc) 265 B
module.exports = { testEnvironmentOptions: { url: 'http://localhost/index.html', }, testMatch: ['**/packages/**/__test?(s)__/**/*.spec.[jt]s?(x)'], testPathIgnorePatterns: ['/node_modules/', '/dist/'], transform: { '^.+\\.ts?$': 'ts-jest', }, }