Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • Autosubmit GUI Autosubmit GUI
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 36
    • Issues 36
    • List
    • Boards
    • Service Desk
    • Milestones
  • Deployments
    • Deployments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Terraform modules
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • Repository
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • Earth SciencesEarth Sciences
  • Autosubmit GUIAutosubmit GUI
  • Issues
  • #19
Closed
Open
Issue created Aug 05, 2022 by Cristian Gutiérrez@cgutierrDeveloper

Failing tests

With a brand new cloned project of the current version of Autosubmit-GUI, and doing npm install and npm test, there are 3 failing tests:

  • experimentTests.test.js and Performance.test.js

    TLDR: The nullish operator is not supported for the current version of node/jest and should be used the OR operator || instead.

    They fail while doing the import of TimeScatterPlot and MetricScatterPlot. More precisely on the TimeScatterPlot.js:103 line while performing an operation with the nullish coalescing operator (??)

  • experimentTests.test.js

    The current snapshot is outdated and needs to be regenerated to support the current markup version of the web.

Assignee
Assign to
Time tracking