microsoft / design-to-code

A system of development tools, and utilities used à la carte or as a suite to build enterprise-grade websites and applications.
MIT License
24 stars 6 forks source link

Convert Monaco Adapter unit tests to be async #9

Open janechu opened 3 years ago

janechu commented 3 years ago

Description

The tests for the Monaco Adapter service must be async or they will cause other tests to not be run, or to throw errors.

Requirements