Hi!
I ran git bisect command and identified d0ffe0027a9e as the first commit where the test actually started to fail.
I ran the following specific tests for investigating the failure.…
Thanks for pointing out.
I am currently looking through the commits using git bisect.
If there is any specific area or recent change you think i should prioritize while investigating, I…
Hi!
- I have refactored the tests and moved the handlers outside of
main()to make them testable. - Now the tests call the functions in
main.go. and validates actual files in/static…
Yes, the previous test didn't call the handler from main.go. I have refactored it.
Thank you for reviewing. I have refactored the tests to use the real /static files.
Thank you for reviewing. I have removed the block and made necessary changes in the test file too. The test passes after the modification.
Thank you reviewing. You are absolutely right - the code was overriding Pico with !important on every property.