R. Bryan McClanahan
Results
2
issues of
R. Bryan McClanahan
While writing a test I discovered that enums are not listed in the visitedTypes. And cause testModule to fail. My test: ``` it('Resolves query', async () => { const mockData...
Posterizer.STEPS_AUTO = -1; It appears that the default value should be 1 and not -1. The validation in `setParameters` is looking for a number between 1 and 255. `if (params.steps...