mirror of
https://github.com/publiclab/image-sequencer.git
synced 2025-12-05 16:00:01 +01:00
* test for add step * adding relative path and testing with npm run test-ui(for testing in travis but it will abort previous test-ui) * checking index.html * checking index.html * changing test location and reverting index.html * remove console.log
7 lines
101 B
JavaScript
7 lines
101 B
JavaScript
module.exports = {
|
|
preset: 'jest-puppeteer',
|
|
testRegex: './*\\.test\\.js$',
|
|
verbose: true,
|
|
};
|
|
|