Code-Review | +1 |
LGTM with nits
That was a clean migration!
<!--
Create an oscillator of each type and verify that the type is set correctly.
-->
Move this comment to L17 as an overview comment for this test.
"osc.type = '" + oscTypes[k] + "'");
```suggestion
`osc.type = "${oscTypes[k]}"`);
```
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Create an oscillator of each type and verify that the type is set correctly.
-->
Move this comment to L17 as an overview comment for this test.
Done
```suggestion
`osc.type = "${oscTypes[k]}"`);
```
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |