mirror of
https://github.com/ianstormtaylor/slate.git
synced 2025-05-01 10:18:06 +02:00
* initial skeleton for jest testing * run in serial mocha, then jest on slate-react only * run-s without glob patterns https://github.com/yarnpkg/berry/issues/22 * don't run mocha on slate-react package * use yarn run instead of run-s
6 lines
119 B
JavaScript
6 lines
119 B
JavaScript
const config = {
|
|
testMatch: ['<rootDir>/packages/slate-react/test/**/*.{js,ts,tsx,jsx}'],
|
|
}
|
|
|
|
module.exports = config
|