Add foundations for 'rojo serve' tests

This commit is contained in:
Lucien Greathouse
2019-09-03 13:48:27 -07:00
parent 6747d97d60
commit f1729163cf
7 changed files with 65 additions and 10 deletions

View File

@@ -1,7 +1,5 @@
mod util;
#![cfg(test)]
#[cfg(test)]
mod build_test;
#[cfg(test)]
mod serve_test;
mod util;