aboutsummaryrefslogblamecommitdiffhomepage
path: root/server/tests/api/ci-1.sh
blob: 8dd9756a59bdc4d93b3c372f279421c0e7928e9f (plain) (tree)
1
2
3
4
5
6
7
8
9



                 
                                                                                             

                                                                                                 
 
                                                                                            
                                                     
#!/usr/bin/env sh

set -eu

checkParamFiles=$(find server/tests/api/check-params -type f | grep -v index.ts | xargs echo)
notificationsFiles=$(find server/tests/api/notifications -type f | grep -v index.ts | xargs echo)
searchFiles=$(find server/tests/api/search -type f | grep -v index.ts | xargs echo)

MOCHA_PARALLEL=true npm run mocha --timeout 30000 --exit --require ts-node/register --bail \
    $notificationsFiles $searchFiles $checkParamFiles