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