Skip to content

Commit

Permalink
Load syntax fix
Browse files Browse the repository at this point in the history
  • Loading branch information
gregmagolan committed May 9, 2019
1 parent 9187f01 commit a2e7877
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/program/BUILD.bazel
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
load("@build_bazel_rules_nodejs//:defs.bzl", "jasmine_node_test", "nodejs_binary")
load("@build_bazel_rules_nodejs//:internal/common/typescript_mock_lib.bzl", "mock_typescript_lib")
load("@build_bazel_rules_nodejs//internal/common:typescript_mock_lib.bzl", "mock_typescript_lib")

# Make the jasmine library available at runtime by exposing our node_modules
# directory.
Expand Down

0 comments on commit a2e7877

Please sign in to comment.