// enables the command "stof test" with the stof CLI, runnning the stof test suite
// to run all tests (including tests defined in Rust & stof test suite), run "cargo test -- --nocapture"
import: [
'src/tests/tests.stof',
'src/tests/tests_async.stof',
'src/image/tests.stof',
'src/docx/tests.stof',
'src/pdf/tests.stof',
]