Added stryker mutator for TS

This commit is contained in:
Alejandro Celaya
2020-09-06 09:46:07 +02:00
parent dcdee8b308
commit 125b13e059
4 changed files with 47 additions and 171 deletions

View File

@@ -41,7 +41,7 @@ install:
before_script:
- echo "Building commit range ${TRAVIS_COMMIT_RANGE}"
- export MUTATION_FILES=$(git diff ${TRAVIS_COMMIT_RANGE:-origin/main} --name-only | grep -E 'src\/(.*).(js|ts|jsx|tsx)$' | paste -sd ",")
- export MUTATION_FILES=$(git diff ${TRAVIS_COMMIT_RANGE:-origin/main} --name-only | grep -E 'src\/(.*).(ts|tsx)$' | paste -sd ",")
script:
- npm run lint