File size: 97 Bytes
30e2cb2
 
 
 
 
 
1
2
3
4
5
6
7
#!/bin/bash -xue

cd "$(dirname $0)"
pytest --asyncio-mode=auto
cd lynxkite-app/web
npm run test