UNPKG

150 Bapplication/x-shView Raw
1#!/bin/bash
2
3for node in node06 node08 node; do
4 echo "Testing with $(${node} --version)..."
5 ${node} node_modules/vows/bin/vows test/*test.js
6done