-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fixed running of single spec file #5648
Conversation
Hi @pm-harshad-mane, can you please review this PR? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
config.preprocessors[file] = ['webpack', 'sourcemap']; | ||
}); | ||
delete config.preprocessors['test/test_index.js']; | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This was the only thing we needed to fix!? haha thank you a bunch!
On my local:
27 seconds to test one file
82 seconds to test all files
So definitely worth it!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Thank you for putting this together.
Co-authored-by: monis.q <monis.q@media.net>
This reverts commit 0d23b4d.
Type of change
Description of change