Skip to content

[TestResult] Add missed import#105

Merged
DmitrySharabin merged 1 commit intomainfrom
missed-import
Dec 3, 2025
Merged

[TestResult] Add missed import#105
DmitrySharabin merged 1 commit intomainfrom
missed-import

Conversation

@DmitrySharabin
Copy link
Copy Markdown
Member

On line 80, we reference the Test class to access its warn() method. I wonder how it hasn’t bitten us yet. 🤔

On line 80, we reference the `Test` class to access its `warn()` method. I wonder how it hasn’t bitten us yet. 🤔
@netlify
Copy link
Copy Markdown

netlify bot commented Dec 3, 2025

Deploy Preview for h-test ready!

Name Link
🔨 Latest commit 889571c
🔍 Latest deploy log https://app.netlify.com/projects/h-test/deploys/6930ab4d32f34c000831f845
😎 Deploy Preview https://deploy-preview-105--h-test.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

Comment thread src/classes/TestResult.js
}

warn (msg) {
return Test.prototype.warn.call(this, msg);
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

Here is this line

Copy link
Copy Markdown
Member

@LeaVerou LeaVerou left a comment

Choose a reason for hiding this comment

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

Whoa, how was anything working before?!

@DmitrySharabin
Copy link
Copy Markdown
Member Author

Whoa, how was anything working before?!

Lucky for us, we didn't call that method directly anywhere, probably because of that. I'm glad it's fixed now. Phew 😊

@DmitrySharabin DmitrySharabin merged commit be8b76d into main Dec 3, 2025
4 checks passed
@DmitrySharabin DmitrySharabin deleted the missed-import branch December 3, 2025 21:42
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