mobxjs / mobx-state-tree

Full-featured reactive state management without the boilerplate
https://mobx-state-tree.js.org/
MIT License
6.9k stars 640 forks source link

test: add tests for boolean primitive #2124

Closed coolsoftwaretyler closed 7 months ago

coolsoftwaretyler commented 7 months ago

What does this PR do and why?

Like #2123 and #2122 - adds tests for t.boolean, and cleans up a few typos from #2123.

Steps to validate locally

yarn test should pass. I'm gonna merge this in once CI passes since it's just adding test coverage.