Files
modeling-app/src/wasm-lib/justfile

8 lines
311 B
Makefile
Raw Normal View History

# Create a new KCL snapshot test from `tests/inputs/my-test.kcl`.
new-test name:
echo "kcl_test!(\"{{name}}\", {{name}});" >> tests/executor/visuals.rs
TWENTY_TWENTY=overwrite cargo nextest run --test executor -E 'test(=visuals::{{name}})'
2024-09-06 09:42:11 -05:00
lint:
cargo clippy --all --tests --benches -- -D warnings