Test Failed
Pull Request — main (#49)
by Martin
02:02
created

Checkout Config

build:
  tests:
    override:
      - 
        command: 'cd server && npm run test'
        coverage:
          file: 'server/coverage/clover.xml'
          format: 'clover'

Repository Config

checks:
    javascript: true
build:
    nodes:
        analysis:
            tests:
                override:
                    - js-scrutinizer-run
        tests: true