File: test-run.bat

package info (click to toggle)
node-html5-qrcode 2.3.8%2Brepack-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,284 kB
  • sloc: javascript: 18,686; makefile: 15; sh: 14
file content (11 lines) | stat: -rw-r--r-- 302 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
@ECHO OFF
:: This is a script for running tests on Windows OS.

ECHO Initiating test script.

mocha -r tsconfig-paths/register -r jsdom-global/register --timeout 200000 output/tests/**/*.test.js output/tests/tests/ui/scanner/*.test.js

:: Cleanup
ECHO Cleaning up test artifacts

rmdir /s /q .\\output