Introduce a script::test module to expose the APIs needed for unit tests.

This commit is contained in:
Ms2ger 2016-06-08 11:55:47 +02:00
parent b843be4975
commit 86d59212fe
5 changed files with 68 additions and 22 deletions

View file

@ -118,6 +118,7 @@ mod serviceworker_manager;
mod serviceworkerjob;
mod stylesheet_loader;
mod task_source;
pub mod test;
pub mod textinput;
mod timers;
mod unpremultiplytable;