Closed pixelzoom closed 5 years ago
Thanks for spotting this; I'll update the tests to use object literals instead as that will be more generic. The recent changes to merge on Fri. appear to allow for that.
Since Michael has now moved on, reassigning to @pixelzoom to see if this can be closed.
Looks good, closing.
Related to https://github.com/phetsims/phet-info/issues/91, the creation of merge.js.
While working on another issue, I noticed that mergeTest.js contains a dependency on axon:
I believe that it's generally problematic for phet-core to dependent on axon (circular dependency?) And all other
require
statements in phet-core .js files usesPhET_CORE
exclusively. Perhaps this constraint doesn't need to apply to unit tests, but I thought I'd mention it.