提交 271cee27 编写于 作者: Z zhangxingxia

update fileio xts

Signed-off-by: Nzhangxingxia <zhangxingxia1@huawei.com>
上级 3f2176c6
...@@ -14,12 +14,7 @@ ...@@ -14,12 +14,7 @@
*/ */
import fileio from '@ohos.fileio'; import fileio from '@ohos.fileio';
import { import { describe,it,expect}from 'deccjsunit/index'
describe,
it,
expect
}
from 'deccjsunit/index'
import { import {
FILE_CONTENT, FILE_CONTENT,
prepareFile, prepareFile,
......
...@@ -14,18 +14,12 @@ ...@@ -14,18 +14,12 @@
*/ */
import fileio from '@ohos.fileio'; import fileio from '@ohos.fileio';
import { import { describe,it,expect}from 'deccjsunit/index'
describe,
it,
expect
}
from 'deccjsunit/index';
import { import {
FILE_CONTENT, FILE_CONTENT,
prepareFile, prepareFile,
nextFileName nextFileName
} }from './Common';
from './Common';
describe('fileIOTestDirent', function () { describe('fileIOTestDirent', function () {
......
...@@ -14,12 +14,7 @@ ...@@ -14,12 +14,7 @@
*/ */
import fileio from '@ohos.fileio'; import fileio from '@ohos.fileio';
import { import { describe,it,expect}from 'deccjsunit/index'
describe,
it,
expect
}
from 'deccjsunit/index'
import { import {
FILE_CONTENT, FILE_CONTENT,
prepareFile, prepareFile,
......
...@@ -14,12 +14,7 @@ ...@@ -14,12 +14,7 @@
*/ */
import fileio from '@ohos.fileio'; import fileio from '@ohos.fileio';
import { import { describe,it,expect}from 'deccjsunit/index'
describe,
it,
expect
}
from 'deccjsunit/index'
import { import {
FILE_CONTENT, FILE_CONTENT,
prepareFile, prepareFile,
......
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
import { import {
fileio, FILE_CONTENT, prepareFile, nextFileName, isIntNum, isBoolean, fileio, FILE_CONTENT, prepareFile, nextFileName, isIntNum, isBoolean,
describe, beforeAll, beforeEach, afterEach, afterAll, it, expect, describe, it, expect,
} from '../../Common'; } from '../../Common';
describe('fileio_stat_fstat', function () { describe('fileio_stat_fstat', function () {
......
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
import { import {
fileio, FILE_CONTENT, prepareFile, nextFileName, isIntNum, isBoolean, fileio, FILE_CONTENT, prepareFile, nextFileName, isIntNum, isBoolean,
describe, beforeAll, beforeEach, afterEach, afterAll, it, expect, describe, it, expect,
} from '../../Common'; } from '../../Common';
describe('fileio_lstat', function () { describe('fileio_lstat', function () {
......
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
import { import {
fileio, FILE_CONTENT, prepareFile, nextFileName, isIntNum, isBoolean, fileio, FILE_CONTENT, prepareFile, nextFileName, isIntNum, isBoolean,
describe, beforeAll, beforeEach, afterEach, afterAll, it, expect, describe, it, expect,
} from '../../Common'; } from '../../Common';
describe('fileio_stat', function () { describe('fileio_stat', function () {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册