intuit / accessibility-snippets

VSCode Snippets created to help developers write accessible code.
MIT License
102 stars 37 forks source link

Add tests #44

Closed jeffreyclu closed 2 years ago

jeffreyclu commented 2 years ago

What Changed

https://github.com/intuit/accessibility-snippets/issues/40

Why

The .code-snippets files had to be renamed as .json files so that they could be imported and tested in the test file.

Todo:

jeffreyclu commented 2 years ago

A couple of follow up comments:

syedareehaquasar commented 2 years ago

Hey! @kendallgassner , @jeffreyclu ! I am not able to verify tests working... I am getting errors in the modules imported as .json not found and when I change it to actual file names it gives me an error in syntax... Can you help me with how to verify these tests?

syedareehaquasar commented 2 years ago

I actually needed there to work before working on automating PR tests...