niri-config: Add pretty-assertions to tests

The config parse test is pretty big and it's impossible to tell the
difference from the normal assert.
This commit is contained in:
Ivan Molodetskikh
2024-06-11 09:10:46 +03:00
parent 6c47bd6e80
commit fee72b87cf
3 changed files with 22 additions and 0 deletions
+3
View File
@@ -17,3 +17,6 @@ regex = "1.10.5"
smithay = { workspace = true, features = ["backend_libinput"] }
tracing.workspace = true
tracy-client.workspace = true
[dev-dependencies]
pretty_assertions = "1.4.0"