@msporny:
Just as an aside: @OR13 @shigeya @peacekeeper -- we really should make the default.js files scan the implementations directory and pull in files that contain certain content instead of having people list them by hand in default.js -- the majority of our merge conflicts are because of the default.js files. We probably shouldn't do the change now 'cause of all the PRs coming in... but perhaps when the dust settles a bit.
Originally posted by @msporny in #127 (comment)
If we want to implement this, each of the implementation JSON objects needs a property with the name supported_suites or suites which is an array of the name of the test suites the data supports.
@msporny:
If we want to implement this, each of the implementation JSON objects needs a property with the name
supported_suitesorsuiteswhich is an array of the name of the test suites the data supports.