Skip to content

Commit

Permalink
fix: missing babel config file in jest example
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeagle committed Oct 22, 2019
1 parent 65f76ff commit 2eeba30
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions examples/jest/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@ jest_test(
],
jest_config = ":jest.config.js",
deps = [
":extra.js",
":index.js",
"babel.config.js",
"extra.js",
"index.js",
"@npm//@babel/core",
"@npm//@babel/preset-env",
"@npm//@jest/transform",
Expand Down

0 comments on commit 2eeba30

Please sign in to comment.