提交 37cf463e 编写于 作者: Y yuxiaoya2

修改build.gn文件

Signed-off-by: Nyuxiaoya2 <yuxiaoya@huawei.com>
上级 dad87634
......@@ -19,8 +19,8 @@ const TEST_DEVICE_ID = "test_deviceId";
const TEST_CONNECT_STATUS = continuationManager.DeviceConnectState.CONNECTED;
let token = -1;
export default function ContinuationManagerTest() {
describe('ContinuationManagerTest', function() {
export default function continuationManagerTest() {
describe('continuationManagerTest', function() {
beforeAll(async function (done) {
console.info('beforeAll');
......
......@@ -12,7 +12,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
import ContinuationManagerTest from './ContinuationManagerJsunit.test.js'
import continuationManagerTest from './ContinuationManagerJsunit.test.js'
export default function testsuite() {
ContinuationManagerTest()
continuationManagerTest()
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册