Open jhickner opened 7 years ago
Context on the commit I pushed:
Our CI builds were intermittently failing due to the reload tests timing out.
On my local machine, at a timeout of around 1300ms, it starts to time out frequently. I think 2000ms is a bit too close to this, so I upped the timeout to 5000ms.
This PR implements string interpolation within
List
and nestedList
s.Includes tests! (ok, a test)
Gist describing the issue that prompted this PR: https://gist.github.com/ramirez7/a963a5745f74d7e76b95ddb19615397d
resolves #21