提交 0045d8c2 编写于 作者: L lwx1121892

<liuxueqi3@huawei.com>

Signed-off-by: Nlwx1121892 <liuxueqi3@huawei.com>
上级 70c30bb9
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
* limitations under the License. * limitations under the License.
*/ */
import image from './image.test.js' import imageJsTest from './image.test.js'
export default function testsuite() { export default function testsuite() {
image() imageJsTest()
} }
...@@ -19,8 +19,8 @@ import { describe, beforeAll, beforeEach, afterEach, afterAll, it, expect } from ...@@ -19,8 +19,8 @@ import { describe, beforeAll, beforeEach, afterEach, afterAll, it, expect } from
import { testPng, testJpg } from './testImg' import { testPng, testJpg } from './testImg'
import featureAbility from '@ohos.ability.featureAbility' import featureAbility from '@ohos.ability.featureAbility'
export default function image() { export default function imageJsTest() {
describe('image', function () { describe('imageJsTest', function () {
let filePath; let filePath;
let fdNumber; let fdNumber;
let globalpixelmap; let globalpixelmap;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册