This repository has been archived on 2025-08-26. You can view files and clone it, but cannot push or open issues or pull requests.
Files
enginex-mr_series-sherpa-onnx/harmony-os/SherpaOnnxStreamingAsr/entry/src/test/List.test.ets
2024-12-09 16:40:15 +08:00

5 lines
105 B
Plaintext

import localUnitTest from './LocalUnit.test';
export default function testsuite() {
localUnitTest();
}