add more test

This commit is contained in:
tkqubo
2015-11-04 03:16:48 +09:00
parent 15469aa4df
commit 37cc265e02
2 changed files with 41 additions and 3 deletions
+2 -2
View File
@@ -172,11 +172,11 @@ declare namespace __WebpackModuleApi {
/**
* If true the update process continues even if some modules are not accepted (and would bubble to the entry point).
*/
ignoreUnaccepted: boolean;
ignoreUnaccepted?: boolean;
/**
* Indicates that apply() is automatically called by check function
*/
autoApply: boolean;
autoApply?: boolean;
}
}