This was brought up in nodejs/modules#451 (comment) for resolver stability, that having tests available for tools and userland resolvers would be a great help in ensuring that they are compliant with the Node.js ES module resolver.
If we could move the resolution tests into something resembling an independent test suite that could easily be run against any async resolver function that could assist the ecosystem in this transition process.
So -
- Do we agree this would be a useful thing to provide? There were no objections when this was discussed previously in the meeting I believe.
- If so, how would we offer such a portable test suite in a useful way? Suggestions re useful patterns here would be welcome.