diff --git a/organize.sh b/organize.sh index f3fe730..3332ecf 100755 --- a/organize.sh +++ b/organize.sh @@ -1,3 +1,3 @@ #!/bin/sh -organize-imports-cli *.ts* && prettier --write *.ts* +organize-imports-cli *.ts* tests/*.ts* && prettier --write *.ts* tests/*.ts*