Commit 715ffc6
feat(jasmine_node_test): add attr
This commit enables the `jasmine_node_test` rule to be configured on a
per-test basis through jasmine's configuration file.
The demanding situation for me was to turn off randomnization (default
to on in Bazel) to guarantee some test results. This would incur adding
the following attribute to jasmine's configuration file:
```json
{
"random": false
}
```jasmine_config
1 parent fd99cbc commit 715ffc6
1 file changed
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
72 | 75 | | |
73 | 76 | | |
74 | 77 | | |
| |||
0 commit comments