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

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