mirror of
https://github.com/ianstormtaylor/slate.git
synced 2025-01-17 21:49:20 +01:00
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
|