Moving the Term
spec out into a separate package and repository:
-
sweet-spec for the
Term
spec -
sweet-spec-macro for the
spec
macro we use to define theTerm
spec.
Also, sped up build times by not self-compiling when you run npm test
. We still self-compile with npm run test:full
, which travis uses, to make sure we're still dogfooding.