Running node --experimental-modules was causing all sorts of headaches trying to get tests working. Instead, we can use babel to keep using import statements, which makes everything lovely again.
Additionally, this PR introduces jest and sepia to test and stub responses from the 311 API, respectively.
Running
node --experimental-modules
was causing all sorts of headaches trying to get tests working. Instead, we can usebabel
to keep usingimport
statements, which makes everything lovely again.Additionally, this PR introduces
jest
andsepia
to test and stub responses from the 311 API, respectively.