Discovered when trying to move util functions to class functions (classes are automatically strict).
This is changing the list of attributes on the object that are getting copied, resulting in exceptions in the tests.
Repro by adding "use strict"; to the top of lib/config.js and run tests.