Skip to content

Jest testing #1163

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 29 commits into
base: main
Choose a base branch
from
Draft

Jest testing #1163

wants to merge 29 commits into from

Conversation

jakeymac
Copy link
Contributor

@jakeymac jakeymac commented Mar 4, 2025

This pull request adds front-end testing for the Tethys Platform.

@coveralls
Copy link

coveralls commented Mar 4, 2025

Coverage Status

coverage: 99.991% (-0.009%) from 100.0%
when pulling 257b755 on jest-testing
into f06fa71 on main.

@@ -21,6 +21,9 @@ var SLIDE_SHEET = (function() {
// Slide sheet
var open_slide_sheet, close_slide_sheet;

// Private functions
var open, close;
Copy link
Contributor Author

@jakeymac jakeymac Apr 1, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Added these because in testing teardowns, leaving the close function as part of the global scope was causing some errors

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants