mirror of
https://github.com/abap2xlsx/abap2xlsx.git
synced 2025-05-05 19:16:10 +08:00
add run.mjs
This commit is contained in:
parent
b0e70c7fd2
commit
4e968f0e8f
7
test/run.mjs
Normal file
7
test/run.mjs
Normal file
|
@ -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());
|
Loading…
Reference in New Issue
Block a user