зеркало из https://github.com/mozilla/treeherder.git
Remove /app from jest
This commit is contained in:
Родитель
a7b1b6955e
Коммит
13a6f1f72f
|
@ -1,5 +1,7 @@
|
|||
const path = require('path');
|
||||
|
||||
module.exports = {
|
||||
rootDir: '/app',
|
||||
rootDir: path.resolve(__dirname),
|
||||
moduleDirectories: ['node_modules'],
|
||||
moduleFileExtensions: ['web.jsx', 'web.js', 'wasm', 'jsx', 'js', 'json'],
|
||||
moduleNameMapper: {
|
||||
|
|
Загрузка…
Ссылка в новой задаче