init
This commit is contained in:
28
node_modules/cypress-cucumber-preprocessor/wallaby.js
generated
vendored
Normal file
28
node_modules/cypress-cucumber-preprocessor/wallaby.js
generated
vendored
Normal file
@@ -0,0 +1,28 @@
|
||||
/* eslint-disable */
|
||||
|
||||
module.exports = function (wallaby) {
|
||||
return {
|
||||
files: [
|
||||
{pattern: './lib/*.+(js|jsx|json|snap|css|less|sass|scss|jpg|jpeg|gif|png|svg)', load: false},
|
||||
{pattern: '!./lib/*.test.js?(x)', load: false},
|
||||
'./lib/*.snap',
|
||||
{pattern: '.eslintrc', load: false},
|
||||
'./cypress/support/step_definitions/*.js',
|
||||
'./cypress/integration/*.feature',
|
||||
],
|
||||
|
||||
tests: [
|
||||
{pattern: './lib/*.test.js?(x)', load: true}
|
||||
],
|
||||
|
||||
|
||||
|
||||
env: {
|
||||
type: 'node',
|
||||
runner: 'node'
|
||||
},
|
||||
|
||||
testFramework: 'jest',
|
||||
|
||||
}
|
||||
};
|
Reference in New Issue
Block a user