Skip to content

Config precedence

David Sveningsson requested to merge feature/config-precedence into master

Fix order of operations when using multiple extends.

Under the previous behavior multiple extends would not properly overwrite rules with existing config. This causes a side-effect of having options passed from constructor appearing to have higher precedence but in fact the extended configs would not properly overwrite it at all.

Hopefully fixes the issue described in protractor-html-validate#1 (closed).

Checklist

  • Changelog updated
  • Documentation updated
  • Change covered by a testcase
  • Commit history cleaned (no WIP, fixups, etc)
Edited by David Sveningsson

Merge request reports