run-tests 71 B

1234567
  1. #!/bin/sh
  2. DIR="x"
  3. rm -rf ${DIR}
  4. mkdir ${DIR}
  5. TMPDIR=${DIR} npm test