-
Notifications
You must be signed in to change notification settings - Fork 795
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(testing): handle snapshot filepaths (#3282)
this commit updates the testing regex in our jest base configuration to handle files such as testing snapshots - those that contain 'spec.ts' (or a similarly acceptable file extension for tests), but do not end with that extension. For example, `my-component.test.ts.snap` this fixes a regression introduced in cf42114
- Loading branch information
1 parent
9514a69
commit d164dba
Showing
2 changed files
with
49 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters