3.5 goog.setTestOnly
In a goog.module
file the goog.module
statement may optionally be followedby a call to goog.setTestOnly()
.
In an ES module the import
statements may optionally be followed by a call togoog.setTestOnly()
.
本文档使用 BookStack 构建