UNPKG

152 BJavaScriptView Raw
1// @flow
2/* eslint-env node */
3
4module.exports = {
5 testEnvironment: 'node',
6 testPathIgnorePatterns: ['test/e2e/.*/fixture', 'commands/test.js'],
7};