Sword/jest.config.js

5 lines
86 B
JavaScript

module.exports = {
testURL: 'http://localhost:8000',
preset: 'jest-puppeteer',
};