aurelia / testing

Simplifies the testing of UI components by providing an elegant, fluent interface for arranging test setups along with a number of runtime debug/test helpers.
MIT License
40 stars 27 forks source link

fix(ci): fix ci configuration #78

Closed mjwwit closed 6 years ago

mjwwit commented 6 years ago

The new TS build uses a very different testing setup. This PR copies the config from aurelia/validation.

mjwwit commented 6 years ago

@jdanyow Can you check if this CI config works?

mjwwit commented 6 years ago

@EisenbergEffect can you by any chance check if this updated CI configuration works?

EisenbergEffect commented 6 years ago

Actually, I think @jdanyow may be the best person to check whether this is the expected configuration for our default TS setup for CI.

mjwwit commented 6 years ago

I did ask him, but it seems he can't get around to it. I've used the same config he made for validation.

EisenbergEffect commented 6 years ago

Ah, well, in that case....

mjwwit commented 6 years ago

https://circleci.com/gh/aurelia/testing/79 Yay! 🎉 🎊

EisenbergEffect commented 6 years ago

Yep. Looks good :)