#!/bin/bash
NODE_ENV=test jest \
    --no-cache \
    --config ./.jestrc.json
