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 d4c8550 commit 17f6641
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 @@ -12,6 +12,8 @@ jasmine_node_test(
data = ["jasmine_shared_env_bootstrap.js"],
deps = [
"@npm//zone.js",
"@npm//jasmine",
"@npm//jasmine-core",
],
)

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 17f6641

Please sign in to comment.