curl -fsSL https://deb.nodesource.com/setup_16.x | sudo -E bash - && sudo apt-get install -y nodejs; cg-jest install; npm i -g [email protected]
mv $FIXTURES/* . && npm install
NODE_ENV=testing cg-jest run -- codegrade_mvp.test.js --runInBand --forceExit
NODE_ENV=testing cg-jest run -- codegrade_mvp1.test.js --runInBand --forceExit
etc etc