Skip to content

Commit

Permalink
chore: remove reference to patches for jest (#1445)
Browse files Browse the repository at this point in the history
These files were removed in #1385.
  • Loading branch information
Aigeruth authored and alexeagle committed Dec 13, 2019
1 parent 45f4fe6 commit edc3905
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions examples/jest/WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,6 @@ load("@build_bazel_rules_nodejs//:index.bzl", "yarn_install")

yarn_install(
name = "npm",
data = [
"//:tools/patches/@jest+core+24.7.1.patch",
"//:tools/patches/@jest+transform+24.7.1.patch",
"//:tools/patches/jest-cli+24.7.1.patch",
"//:tools/patches/jest-config+24.7.1.patch",
"//:tools/patches/jest-haste-map+24.7.1.patch",
"//:tools/patches/jest-resolve+24.7.1.patch",
"//:tools/patches/jest-runtime+24.7.1.patch",
],
package_json = "//:package.json",
quiet = False,
yarn_lock = "//:yarn.lock",
Expand Down

0 comments on commit edc3905

Please sign in to comment.