microsoft / pxt-arcade

Arcade game editor based on Microsoft MakeCode
https://arcade.makecode.com
MIT License
477 stars 207 forks source link

Add tests for validator parsing in tutorial markdown #5542

Closed thsparks closed 1 year ago

thsparks commented 1 year ago

We already have some tests for the syntax in skillmap code: https://github.com/microsoft/pxt/blob/master/skillmap/tests/skillmapParser.spec.ts. May just be helpful to ensure we can load a validator as well as a skillmap.

abchatra commented 1 year ago

Add a test here to ensure new tutorial validation is successful.