mirror of
https://github.com/Raghu-Ch/angular-challenges.git
synced 2026-02-10 04:43:03 -05:00
feat: add email subsciption
This commit is contained in:
@@ -8,8 +8,8 @@ module.exports = {
|
||||
* It's recommend you update to the latest format.
|
||||
* You can do this by removing snapshotFormat property
|
||||
* and running tests with --update-snapshot flag.
|
||||
* Example: "nx affected --targets=test --update-snapshot"
|
||||
* Example: "nx affected --targets=subscription --update-snapshot"
|
||||
* More info: https://jestjs.io/docs/upgrading-to-jest29#snapshot-format
|
||||
*/
|
||||
snapshotFormat: { escapeString: true, printBasicPrototype: true },
|
||||
snapshotFormat: { escapeString: true, printBasicPrototype: true }
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user