You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
260 B

1 month ago
#!/usr/bin/env bash
set -e
source .env
echo 'ioredis tests'
DATASTORE=ioredis npm test
echo 'NodeRedis tests'
DATASTORE=redis npm test
echo 'ES5 bundle tests'
BUILD=es5 npm test
echo 'Light bundle tests'
BUILD=light npm test
echo 'Local tests'
npm test