remove hack

This commit is contained in:
Lars Hvam 2025-04-10 10:29:17 +02:00
parent b133ce5f0b
commit bbe0c3557a
3 changed files with 3 additions and 4 deletions

View File

@ -6,9 +6,9 @@
"merge": "abapmerge -f src/zabapgit.prog.abap -c zabapgit_standalone -o zabapgit.abap",
"merge.ci": "cp zabapgit.abap ci/zabapgit_standalone.prog.abap && cd ci && abaplint --format codeframe && cd ..",
"build": "rm -rf output && abap_transpile test/abap_transpile.json",
"unit": "npm run build && echo RUNNING && node output/index.mjs",
"unit": "npm run build && echo RUNNING && node output/index.mjs --skip-critical",
"coverage": "npm run unit && c8 node output/index.mjs && c8 report --reporter=html",
"integration": "rm -rf output && cp test/abap_transpile.json test/abap_transpile_int.json && sed -i 's/src,deps/test\\/src,src,deps/g' test/abap_transpile_int.json && abap_transpile test/abap_transpile_int.json && cp -f src/ui/zabapgit_icon_font.w3mi.data.woff output/ && echo RUNNING && node output/index.mjs",
"integration": "npm run build && cp -f src/ui/zabapgit_icon_font.w3mi.data.woff output/ && echo RUNNING && node output/index.mjs --only-critical",
"abaplint": "abaplint --format codeframe",
"eslint": "eslint src"
},

1
test/.gitignore vendored
View File

@ -1 +0,0 @@
abap_transpile_int.json

View File

@ -1,5 +1,5 @@
{
"input_folder": "{src,deps}",
"input_folder": "{src,deps,test/src}",
"input_filter": [
"\\.w3mi.",
"deps/",