[Vuejs]-Jest takes more time if jest.config.js is in subfolder or subdirectory

0👍

In my jest.config.js i used transformIgnorePatterns which was causing testcase to take almost double the time.
Maybe wrong pattern inside it might be causing issue.

Leave a comment