lynxkite / test.sh
darabos's picture
A script to run all tests.
ada7e96
raw
history blame contribute delete
97 Bytes
#!/bin/bash -xue
cd "$(dirname $0)"
pytest --asyncio-mode=auto
cd lynxkite-app/web
npm run test