analytics.home-assistant.io/script/worker_test

9 lines
115 B
Bash
Executable File

#! /bin/sh
# Build the worker
# Stop on errors
set -e
cd "$(dirname "$0")/.."
./node_modules/.bin/jest --verbose