提交 cada664e 编写于 作者: J jiyong_sd

modified FA-JS

Signed-off-by: Njiyong_sd <jiyong@huawei.com>
上级 c2a48f71
......@@ -13,7 +13,7 @@
* limitations under the License.
*/
import statfs from './statfs.test.js'
import statfs_test from './statfs.test.js'
export default function testsuite() {
statfs_test()
}
......@@ -16,8 +16,8 @@
import {describe, it, expect, isIntNum, statfs} from './Common';
import featureAbility from '@ohos.ability.featureAbility';
export default function statfs() {
describe('statfs', function () {
export default function statfs_test() {
describe('statfs_test', function () {
/**
* @tc.number SUB_DF_STATFS_GET_FREE_BYTES_0000
......
......@@ -12,8 +12,8 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
import ActsAmsCallBackFourthScene from './execute.js'
import ActsAmsCallBackFourthScene from './enumTest.js'
import userAuthTestExecute from './execute.js'
import userAuthTestEnum from './enumTest.js'
export default function testsuite() {
userAuthTestEnum()
userAuthTestExecute()
......
......@@ -21,7 +21,7 @@ import { describe, beforeAll, beforeEach, afterEach, afterAll, it, expect } from
/**
* test case
*/
export default function AbilityDisable() {
export default function userAuthTestExecute() {
describe('userAuthTestExecute', function () {
beforeEach(function(done) {
let waitTime = 1000;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册