Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: Jorge Turrado <jorge.turrado@docplanner.com>
  • Loading branch information
Jorge Turrado committed Jul 8, 2022
1 parent cacd4a8 commit fe5283a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/run-all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
set -u

# TODO - Remove TypeScript regex after all tests have been migrated to Go.
E2E_REGEX_GO="./${E2E_TEST_REGEX:-*_test.go}"
E2E_REGEX_TS="./${E2E_TEST_REGEX:-*.test.ts}"
E2E_REGEX_GO="./*${E2E_TEST_REGEX:-*_test.go}"
E2E_REGEX_TS="./*${E2E_TEST_REGEX:-*.test.ts}"

DIR=$(dirname "$0")
cd $DIR
Expand Down

0 comments on commit fe5283a

Please sign in to comment.