mirror of
https://github.com/servo/servo.git
synced 2025-07-22 23:03:42 +01:00
Introduce a script::test module to expose the APIs needed for unit tests.
This commit is contained in:
parent
b843be4975
commit
86d59212fe
5 changed files with 68 additions and 22 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue