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