提交 e684618f 编写于 作者: J jiyong_sd

modified FA-JS

Signed-off-by: Njiyong_sd <jiyong@huawei.com>
Change-Id: I6f71127db601c29501a5ee3c089e491bffe9510d
上级 5d18ac60
...@@ -37,8 +37,8 @@ const toMerge = { ...@@ -37,8 +37,8 @@ const toMerge = {
"infosBeginTime": 1629907200000, "infosBeginTime": 1629907200000,
"infosEndTime": 1629993599999 "infosEndTime": 1629993599999
} }
export default function bundlestate() { export default function bundlestate_test() {
describe('bundlestate', function() { describe('bundlestate_test', function() {
console.info('Start test tvmw bundlestate######################'); console.info('Start test tvmw bundlestate######################');
beforeAll(function() { beforeAll(function() {
console.info('beforeAll') console.info('beforeAll')
......
...@@ -12,9 +12,9 @@ ...@@ -12,9 +12,9 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
import bundlestate from './BundleState.test.js' import bundlestate_test from './BundleState.test.js'
import DeviceUsageStatisticsJsTest from './DeviceUsageStatisticsJsunit.test.js' import DeviceUsageStatisticsJsTest from './DeviceUsageStatisticsJsunit.test.js'
export default function testsuite() { export default function testsuite() {
bundlestate() bundlestate_test()
DeviceUsageStatisticsJsTest() DeviceUsageStatisticsJsTest()
} }
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册