fix(getShellData): bbox + raw shell not respecting settings.precision#212
Conversation
getShellData): bbox + raw shell respecting settings.precision
getShellData): bbox + raw shell respecting settings.precisiongetShellData): bbox + raw shell not respecting settings.precision
|
I want to fix |
27b3a81 to
2ae1046
Compare
|
The comments don't make it into |
|
I really wanted to add some tests to validate this change but was a bit discouraged since there is no test framework. |
|
Totally fair, that's on us. There's a half-wired jest setup but no real harness, and we've settled on moving to vitest (see the #197 thread). I'll get a minimal vitest config landed so fixes like this can ship with a test. This one's solid and already merged, so don't worry about it. Thanks for pushing, and the JSDoc tip is handled now in #226. |
Description
fixes #211
Additional context
What is the purpose of this pull request?
Before submitting the PR, please make sure you do the following:
feat(examples): add hello-world example).fixes #123).