integration test on "/experimental-features" route

This commit is contained in:
Louis Dureuil 2023-07-06 09:01:28 +02:00
parent 222615d3df
commit 76e1ee9988
No known key found for this signature in database
2 changed files with 110 additions and 0 deletions

View file

@ -3,6 +3,7 @@ mod common;
mod dashboard;
mod documents;
mod dumps;
mod features;
mod index;
mod search;
mod settings;