Core

/bin/test.bat (148 B)

1
2
3
4
5
6
7
8
@ECHO OFF

rem Runs all the tests. Pass "-c" to clear the cache first, "-w" to watch for changes.

cd %~dp0\..

@ECHO ON
gotestsum -- -race app\...