P. Caleb Ogunwale

Results 2 issues of P. Caleb Ogunwale

my jest.config.js file is this ``` module.exports = { moduleFileExtensions: ['ts', 'js'], testRegex: '/__tests__/.*\\.(ts|js)$', transformIgnorePatterns: ['/node_modules/'] }; ``` > I have my test files in __tests__ folder Console ouptut ```...

I just checked the .gitignore file, yarn.lock is prohibited. Is there a reason for that?