diff --git a/test/run.mjs b/test/run.mjs new file mode 100644 index 0000000..01863d4 --- /dev/null +++ b/test/run.mjs @@ -0,0 +1,7 @@ +import {initializeABAP} from "../output/init.mjs"; +import {cl_excel_test} from "../output/cl_excel_test.clas.mjs"; + +await initializeABAP(); + +const test = new cl_excel_test(); +console.dir(await test.run()); \ No newline at end of file