datamade / how-to

📚 Doing all sorts of things, the DataMade way
MIT License
86 stars 12 forks source link

Specify NODE_PATH so locally installed packages can be found #116

Closed hancush closed 3 years ago

hancush commented 3 years ago

Overview

See title. This change is necessary because tests otherwise fail when hitting routes that return templates containing compressed JavaScript. See: https://github.com/datamade/california-dream-index/pull/49

Testing Instructions