qlik-oss/picasso.js

View on GitHub
jest.integration.config.js

Summary

Maintainability
A
0 mins
Test Coverage
module.exports = {
preset: 'jest-puppeteer',
testMatch: ['**/test/integration/**/*.int.js'],
setupFilesAfterEnv: ['<rootDir>/jest.integration.setup.js'],
};