Skip to content

Commit

Permalink
fix: test file pattern (#2089)
Browse files Browse the repository at this point in the history
  • Loading branch information
86 authored Jul 31, 2020
1 parent 6c65949 commit 857471e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/create-react-app/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ _TESTS = [
"src/**/*.test.js*",
"src/**/*.test.ts*",
"src/**/*.spec.js*",
"src/**/*.test.ts*",
"src/**/*.spec.ts*",
"src/**/__tests__/**/*.js*",
"src/**/__tests__/**/*.ts*",
]
Expand Down

0 comments on commit 857471e

Please sign in to comment.