Skip to content

Commit

Permalink
Add jasmine_node_test that fails without fix from bazel-contrib#633
Browse files Browse the repository at this point in the history
  • Loading branch information
gregmagolan committed Mar 29, 2019
1 parent 6b87d04 commit d54256f
Show file tree
Hide file tree
Showing 3 changed files with 982 additions and 1 deletion.
2 changes: 2 additions & 0 deletions e2e/jasmine/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ jasmine_node_test(
bootstrap = ["e2e_jasmine/jasmine_shared_env_bootstrap.js"],
data = ["jasmine_shared_env_bootstrap.js"],
deps = [
"@npm//jasmine",
"@npm//jasmine-core",
"@npm//zone.js",
],
)
Expand Down
5 changes: 5 additions & 0 deletions e2e/jasmine/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@
"@bazel/jasmine": "bazel://@npm_bazel_jasmine//:npm_package",
"zone.js": "0.8.29"
},
"//": "Include an incompatible jasmine as a devDependency to verify that jasmine_node_test works regardless",
"devDependencies": {
"jasmine": "2.99.0",
"jasmine-core": "2.5.2"
},
"scripts": {
"pretest": "../../scripts/link_deps.sh",
"test": "bazel test ..."
Expand Down
Loading

0 comments on commit d54256f

Please sign in to comment.