This is an automated email from the ASF dual-hosted git repository.

andy pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/jena.git


The following commit(s) were added to refs/heads/main by this push:
     new 05fe2277ea change file to entrypoint for import and add option to 
remove warning
05fe2277ea is described below

commit 05fe2277ea8eb671c2a1b9e08a3bed610ed657b8
Author: Øyvind Gjesdal <[email protected]>
AuthorDate: Mon Mar 2 23:03:01 2026 +0100

    change file to entrypoint for import and add option to remove warning
---
 jena-fuseki2/jena-fuseki-ui/cypress.config.mjs | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/jena-fuseki2/jena-fuseki-ui/cypress.config.mjs 
b/jena-fuseki2/jena-fuseki-ui/cypress.config.mjs
index 21cd369e82..4b43a9a64a 100644
--- a/jena-fuseki2/jena-fuseki-ui/cypress.config.mjs
+++ b/jena-fuseki2/jena-fuseki-ui/cypress.config.mjs
@@ -16,7 +16,7 @@
  */
 
 import {defineConfig} from 'cypress'
-import codeCoverageTask from '@cypress/code-coverage/task.js'
+import codeCoverageTask from '@cypress/code-coverage/task'
 import vitePreprocessor from 'cypress-vite'
 import {resolve} from 'path'
 
@@ -24,6 +24,7 @@ const __dirname = resolve()
 
 export default defineConfig({
   video: false,
+  allowCypressEnv: false,
   defaultCommandTimeout: 20000,
   execTimeout: 30000,
   taskTimeout: 30000,

Reply via email to