Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(create fixtures from state): use
replace
instead of replaceAll
replaceAll is supported in nodejs >= v15. Many still use node v12 oder node v14, so this removes the issue for having to install node v15 just for this function call
- Loading branch information