rm -f spec/_json/*.js
node scripts/jsontests
TS_NODE_PROJECT=spec/tsconfig.json mocha --timeout 10000 -r ts-node/register "spec/**/*.spec.{ts,js}"
