#!/bin/bash

#node --test --inspect-brk $1
#npm run test-cov-text
node --test $1
#node --test $1 | head -n 100
#node --force-node-api-uncaught-exceptions-policy=true $1
