platers / obsidian-linter

An Obsidian plugin that formats and styles your notes with a focus on configurability and extensibility.
https://platers.github.io/obsidian-linter/
MIT License
1.24k stars 82 forks source link

Release Prep & Fix Up UT RAM Usage #1159

Closed pjkaufman closed 2 months ago

pjkaufman commented 2 months ago

This fixes an issue with Jest using up to 1.1 GB of RAM when running the UTs. Now it can at most take up 200MB for a worker. It then has to restart the worker when it hits that RAM limit. It may make UTs take longer, but only time will tell.

This also does release prep for the next release for users.