1 2 3 4 5 6 7 8 9 10 11 12 13
Tests are added into the `~/tests/specs` folder. They have the format: ``` == description goes here == const u = 2; [expect] const u = 2; ``` See [here](https://github.com/dprint/dprint/tree/main/crates/development#test-specs) for more details.