publiclab/image-sequencer

View on GitHub
jest.config.js

Summary

Maintainability
A
0 mins
Test Coverage
module.exports = {
  preset: 'jest-puppeteer',
  testRegex: './*\\.test\\.js$',
  verbose: true,
};