5 lines
145 B
Batchfile
5 lines
145 B
Batchfile
@echo off
|
|
cd /d "C:\Users\Nils-JohanGynther\dev\recipe-app\flutter"
|
|
echo Running from: %CD%
|
|
flutter test test\admin_aliases_panel_test.dart
|
|
pause |