!42 修复了xts文件不规范的问题

Merge pull request !42 from 明月清风/master
This commit is contained in:
openharmony_ci 2023-08-18 03:39:44 +00:00 committed by Gitee
commit 2630eb8777
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
6 changed files with 5 additions and 5 deletions

View File

@ -13,11 +13,11 @@
* limitations under the License.
*/
import abilityTest from './Ability.test'
import lruCacheTest from './lrucache'
import LogUtilTest from './logutil'
import Transform from './transfrom'
import RequestOptionTest from './requestoption'
import ImageKnifeTest from './imageknife'
import lruCacheTest from './lrucache.test'
import LogUtilTest from './logutil.test'
import Transform from './transfrom.test'
import RequestOptionTest from './requestoption.test'
import ImageKnifeTest from './imageknife.test'
export default function testsuite() {
abilityTest()