Nepo
Nepo
I just had the same issue. I was checking Nord's theme CSS and it seems it overrides all styles with: ```css mark { background-color: var(--text-mark) !important; } ``` An easy...
### More context on the issue Hi! We're also getting this error, specifically on a bunch of assertions. I can confirm this breaks when using `assert_signal_emitted` and `assert_signal_emitted` with Godot...
Oh, I hadn't even seen the hooks section in the documentation 🤦 I'm so sorry! I'll close the PR That worked like a charm, thank you so much! > If...