linkedin / css-blocks

High performance, maintainable stylesheets.
http://css-blocks.com/
BSD 2-Clause "Simplified" License
6.33k stars 152 forks source link

Test support for Ember Apps #499

Closed ramitha closed 3 years ago

ramitha commented 3 years ago

Resolves #480

Adding test support for ember apps that depend on @css-blocks/ember-app.

We introduce a test-support method called setupCSSBlocksTest that's responsible for setting up the test infrastructure.

For this API to function, we generate css-blocks-test-support-data during build that the testService can talk to.