diff --git a/buzzer/pxt.json b/buzzer/pxt.json index bb12f525e..57fc0e9bb 100644 --- a/buzzer/pxt.json +++ b/buzzer/pxt.json @@ -10,5 +10,9 @@ "core": "*", "mixer": "*", "jacdac": "github:microsoft/pxt-jacdac" + }, + "testDependencies": { + "mixer---stm32": "*", + "nucleo-f411re": "*" } -} \ No newline at end of file +}