mount

ben 2019-05-09T09:43:12.025Z

Is it possible to swap a map value only in a mounted state? I have some environment variables read in as a map with mount, and during testing I want to swap out one of these values with a known constant (keeping the others the same). Is this possible?

dangercoder 2019-05-14T18:44:42.025400Z

👍

ben 2019-05-09T14:05:40.025200Z

If anyone in the future comes across this, I have come up with a workaround with mount.core/swap-states