List.test.ets 105 B

12345
  1. import localUnitTest from './LocalUnit.test';
  2. export default function testsuite() {
  3. localUnitTest();
  4. }