tingerrr / typst-test

A test runner for typst projects.
https://tingerrr.github.io/typst-test/
MIT License
27 stars 2 forks source link

Don't panic on `add` with template #38

Open tingerrr opened 4 months ago

tingerrr commented 4 months ago

When a test template is configured, running add with no extra parameters will panic due to running into a todo! macro. add still lacks the parameters and setup to create a World impl to be able to compile the template.