david-yz-liu / memory-viz

Javascript library for creating beginner-friendly memory model diagrams.
https://www.cs.toronto.edu/~david/memory-viz/demo/
2 stars 7 forks source link

Jest setup for demo website #19

Closed TheTallJerry closed 8 months ago

TheTallJerry commented 8 months ago

Overall

Miscellaneous

displayName Jest config helps identify the context of the tests when run: image

Jest currently outputs the following warnings to stdout: image this is (likely a false positive) due to https://togithub.com/jestjs/jest/issues/13576. The option is recognized regardless in test runs (npm run test does not output the coverage table). The warnings should disappear once that issue is fixed.