remix-project mirror
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
remix-project/apps/remixdesktop/run_git_ui_isogit_tests.sh

6 lines
118 B

4 months ago
#!/bin/bash
for testfile in build-e2e/remixdesktop/test/tests/app/git*.js
do
yarn test:isogit --test $testfile
done