fix-tests.sh 102 B

123
  1. #!/bin.sh
  2. find tests -type f -exec sed --in-place 's/from tests.base/from __tests__.base/g' '{}' ';'