Gabriel

Results 5 comments of Gabriel

I'm also getting the same error ``` Resolved Majestic config : { jestScriptPath: '"........./node_modules/jest/bin/jest.js"', args: [ 'test:dev' ], env: {} } ℹ Error occured while obtaining Jest cofiguration for coverage...

> I'm also getting the same error > > ``` > Resolved Majestic config : { > jestScriptPath: '"........./node_modules/jest/bin/jest.js"', > args: [ > 'test:dev' > ], > env: {} >...

I doesn't work for me either. I followed the instructions in the README. I have the next configuration ```javascript // jest.config.js setupFilesAfterEnv: ['/packages/buildings-web/setupTests.ts'], // setupTests.ts import '@testing-library/jest-dom/extend-expect'; // works import...

> I doesn't work for me either. I followed the instructions in the README. I have the next configuration > > ```js > // jest.config.js > setupFilesAfterEnv: ['/packages/buildings-web/setupTests.ts'], > >...

> I've put something like sliding-up-panel with scrollview inside the sliding-up-panel there's a view and after that there's a scrollview inside that view and I've used flatlist inside the scrollview...