build the tests

pull/1754/head
bunsenstraat 3 years ago
parent 866fd3ea4d
commit 10c006773d
  1. 2
      apps/remix-ide-e2e/src/runtests.sh

@ -24,7 +24,7 @@ do
*) echo "invalid option $REPLY";;
esac
done
npm run build:e2e
PS3='Select a test or command: '
TESTFILES=( $(grep -IRiL "disabled" "dist/apps/remix-ide-e2e/src/tests" | grep "\.spec\|\.test" | sort ) )

Loading…
Cancel
Save