module.exports = {
  default: {
    formatOptions: {
      snippetInterface: 'synchronous',
    },
    paths: ['test/features/**/*.feature'],
    require: ['test/cucumber/**/*.steps.js'],
  },
};