#!/bin/bash

docker run --rm -v $PWD/..:/app -p 2002:2002 jodit bash -c "npm test"
