diff --git a/compileruntime/containerLine_lib_standard/src/main/js/test/ExampleJsunit.test.js b/compileruntime/containerLine_lib_standard/src/main/js/test/ExampleJsunit.test.js deleted file mode 100644 index 286160a2e691865ca4b6cb81777bb062f85f1ab1..0000000000000000000000000000000000000000 --- a/compileruntime/containerLine_lib_standard/src/main/js/test/ExampleJsunit.test.js +++ /dev/null @@ -1,24 +0,0 @@ -/* - * Copyright (C) 2022 Huawei Device Co., Ltd. - * Licensed under the Apache License, Version 2.0 (the 'License'); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an 'AS IS' BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -import app from '@system.app' -import {describe, beforeAll, beforeEach, afterEach, afterAll, it, expect} from 'deccjsunit/index' - -describe('appInfoTest', function () { - it('app_info_test_001', 0, function () { - var info = app.getInfo() - expect(info.versionCode).assertEqual('1000000') - }) -}) \ No newline at end of file diff --git a/compileruntime/containerLine_lib_standard/src/main/js/test/Main.test.js b/compileruntime/containerLine_lib_standard/src/main/js/test/Main.test.js index d68d94655e717082964c08e98120fc9c83f564c2..f827eda6f0fd1f9bba729b1484c196544cc4ffbd 100644 --- a/compileruntime/containerLine_lib_standard/src/main/js/test/Main.test.js +++ b/compileruntime/containerLine_lib_standard/src/main/js/test/Main.test.js @@ -13,7 +13,6 @@ * limitations under the License. */ -require('./ExampleJsunit.test.js'); require('./Deque.test.js'); require('./ArrayList.test.js'); require('./Queue.test.js'); diff --git a/compileruntime/containerRelation_lib_standard/src/main/js/test/ExampleJsunit.test.js b/compileruntime/containerRelation_lib_standard/src/main/js/test/ExampleJsunit.test.js deleted file mode 100644 index 286160a2e691865ca4b6cb81777bb062f85f1ab1..0000000000000000000000000000000000000000 --- a/compileruntime/containerRelation_lib_standard/src/main/js/test/ExampleJsunit.test.js +++ /dev/null @@ -1,24 +0,0 @@ -/* - * Copyright (C) 2022 Huawei Device Co., Ltd. - * Licensed under the Apache License, Version 2.0 (the 'License'); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an 'AS IS' BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -import app from '@system.app' -import {describe, beforeAll, beforeEach, afterEach, afterAll, it, expect} from 'deccjsunit/index' - -describe('appInfoTest', function () { - it('app_info_test_001', 0, function () { - var info = app.getInfo() - expect(info.versionCode).assertEqual('1000000') - }) -}) \ No newline at end of file diff --git a/compileruntime/containerRelation_lib_standard/src/main/js/test/Main.test.js b/compileruntime/containerRelation_lib_standard/src/main/js/test/Main.test.js index c33173c1bb3f705806abad74de9e90de904210fa..628499b5832629550bf1b8f2a3d288438a041a26 100644 --- a/compileruntime/containerRelation_lib_standard/src/main/js/test/Main.test.js +++ b/compileruntime/containerRelation_lib_standard/src/main/js/test/Main.test.js @@ -13,7 +13,6 @@ * limitations under the License. */ -require('./ExampleJsunit.test.js'); require('./LightWeightMap.test.js'); require('./LightWeightSet.test.js'); require('./HashMap.test.js');