更新说明:
1、修复了xts文件不规范的问题 Signed-off-by: 明月清风 <2928139825@qq.com>
This commit is contained in:
parent
f109b3b061
commit
7d4e3b7af2
|
@ -13,11 +13,11 @@
|
||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
import abilityTest from './Ability.test'
|
import abilityTest from './Ability.test'
|
||||||
import lruCacheTest from './lrucache'
|
import lruCacheTest from './lrucache.test'
|
||||||
import LogUtilTest from './logutil'
|
import LogUtilTest from './logutil.test'
|
||||||
import Transform from './transfrom'
|
import Transform from './transfrom.test'
|
||||||
import RequestOptionTest from './requestoption'
|
import RequestOptionTest from './requestoption.test'
|
||||||
import ImageKnifeTest from './imageknife'
|
import ImageKnifeTest from './imageknife.test'
|
||||||
|
|
||||||
export default function testsuite() {
|
export default function testsuite() {
|
||||||
abilityTest()
|
abilityTest()
|
||||||
|
|
Loading…
Reference in New Issue