for i in __tests__/*.ts; do
	NODE_PATH=node_modules:/usr/share/nodejs jest --ci $i
done
