import localUnitTest from './LocalUnit.test';

export default function testsuite() {
  localUnitTest();
}