Toni Ruottu
Toni Ruottu
Pull request #48 adds the missing type definition solving at least one part of the puzzle.
Maybe I could create a demo repository. It is a bit complicated with several things interacting.
Here is a minimal example that reproduces the problem https://github.com/cyberixae/graphviz-import-study
I added this line to the jest config of the `graphviz-import-study` from above but that did not seem to fix the problem.
I updated the `graphviz-import-study` to use the new package. This did not fix the issue I have running the tests. I still get the same error. Adding `transformIgnorePatterns` to jest...
@lyleaigbedion Running Jest with `--updateSnapshot` (or `-u`) is supposed to create test renderings of the user interface components. Running Jest without the `-u` flag is supposed to check that the...
I know. I was not able to identify one that would test the scope. Do you think it exist already?
Perhaps the command line tool could also promote the possibility to vote about the technologies that should be added next. The voting is done by adding a comment "+1" to...
For example the "URL Standard" feature is currently at position 138 with 7 votes. Perhaps this could be presented as follows. ``` URL Standard (suggested) 🏆 138 👍 7 +1...
Now I am thinking. Perhaps this feature would also be useful for the caniuse site. I imagine implementing it there first would make it easier to support the feature in...