12 lines
271 B
Plaintext
12 lines
271 B
Plaintext
/*
|
|
* Copyright (c) 2022 NetEase, Inc. All rights reserved.
|
|
* Use of this source code is governed by a MIT license that can be
|
|
* found in the LICENSE file.
|
|
*
|
|
*/
|
|
|
|
import localUnitTest from './LocalUnit.test';
|
|
|
|
export default function testsuite() {
|
|
localUnitTest();
|
|
} |