-
Notifications
You must be signed in to change notification settings - Fork 0
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
Fix screen resizer memory leak for mdl layout #6
Fix screen resizer memory leak for mdl layout #6
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This has several lint, build, and test failures
For testing I ran the mocha index test (which was only so helpful because everything has errors), and I'm duping everything over to the concatenated material.js file to verify on a local branch. How are you seeing lint errors, and/or is there a better way to test? |
I click open in codespace, then run:
nvm install 11
nvm use 11
npm install
npm run test
…On Thu, Jul 18, 2024, 2:16 PM Jake Lauritsen ***@***.***> wrote:
For testing I ran the mocha index test (which was only so helpful because
everything has errors), and I'm duping everything over to the concatenated
material.js file to verify on a local branch.
How are you seeing lint errors, and/or is there a better way to test?
—
Reply to this email directly, view it on GitHub
<#6 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAARUMI3BW53KV3R55OZVI3ZNAPAHAVCNFSM6AAAAABLBHWMPSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDEMZXGQ4DKMBZGU>
.
You are receiving this because your review was requested.Message ID:
***@***.***>
|
Strange, tests are passing for me on master. Maybe try 'npm install' again? Here's what I'm getting on your branch
|
Co-authored-by: Ryan Brown <[email protected]>
1d2d166
to
fde3ac6
Compare
Also let in the screenSizeHandler is not ES5 🙃 |
7f5f53f
to
03133a7
Compare
03133a7
to
c63e700
Compare
30409eb
to
cbb40d5
Compare
No description provided.