/
githubmirror
/
react-beautiful-dnd
Обзор
Документация
Войти
/
githubmirror
/
react-beautiful-dnd
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
jest.config.js
19 строк
587 B
Alex Reardon
12.0 (#1487)
29 окт 2019, 01:40
Не верифицирован
29 окт 2019, 01:40
24a8e60
Код
Авторство
О чём код?
/* eslint-disable flowtype/require-valid-file-annotation */ module.exports = { setupFiles: [ // for some painful reason this is needed for our 'async' usage // in drop-dev-warnings-for-prod.spec.js require.resolve('regenerator-runtime/runtime'), './test/env-setup.js', ], setupFilesAfterEnv: ['./test/test-setup.js'], // node_modules is default. testPathIgnorePatterns: ['/node_modules/', '/cypress/'], modulePathIgnorePatterns: ['/dist/'], watchPlugins: [ 'jest-watch-typeahead/filename', 'jest-watch-typeahead/testname', ], verbose: true, };