tiagobento commented on code in PR #2871:
URL:
https://github.com/apache/incubator-kie-tools/pull/2871#discussion_r1927453859
##########
packages/kie-sandbox-fs/package.json:
##########
@@ -40,7 +40,7 @@
"build:dev": "rimraf dist && pnpm copy:src",
"build:prod": "rimraf dist && pnpm copy:src && pnpm test",
"copy:src": "copyfiles -u 1 \"src/**/*.{js,ts}\" dist/",
- "test": "run-script-if --ignore-errors \"$(build-env
tests.ignoreFailures)\" --bool \"$(build-env tests.run)\" --then \"karma start
--single-run --watch\""
+ "test": "run-script-if --ignore-errors \"$(build-env
endToEndTests.ignoreFailures)\" --bool \"$(build-env endToEndTests.run)\"
--then \"karma start --single-run --watch\""
Review Comment:
Please update the name of the script to `test-e2e` if you want to
recategorize those tests as E2E.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]