From 7046273ae869cc1d627211e7dec391881bcb63f8 Mon Sep 17 00:00:00 2001 From: xdmal Date: Sat, 12 Feb 2022 15:17:53 +0800 Subject: [PATCH] Signed-off-by: xdmal Replace lite with index --- .../process_lib_standard/src/main/js/test/Process.test.js | 1 + 1 file changed, 1 insertion(+) diff --git a/compileruntime/process_lib_standard/src/main/js/test/Process.test.js b/compileruntime/process_lib_standard/src/main/js/test/Process.test.js index a72ec8733..6366482d7 100644 --- a/compileruntime/process_lib_standard/src/main/js/test/Process.test.js +++ b/compileruntime/process_lib_standard/src/main/js/test/Process.test.js @@ -15,6 +15,7 @@ import {describe, beforeAll, beforeEach, afterEach, afterAll, it, expect} from 'deccjsunit/index' import process from '@ohos.process' describe('ChildProcessTest', function () { + /** * @tc.name: testRunCmd001 * @tc.desc: Return a child process object and spawns a new ChildProcess to run the command. -- GitLab