kimroen / ember-cli-coffeescript

Adds precompilation of CoffeeScript files and all the basic generation types to the ember generate command.
MIT License
72 stars 49 forks source link

Testing Travis... #93

Closed philipbjorge closed 8 years ago

philipbjorge commented 8 years ago

Oops. Made this against wrong repo.

kimroen commented 8 years ago

Looks good though, nice job :smile: (Let me know if you come up with a testing-system for it—I'd love to copy that :wink: )

philipbjorge commented 8 years ago

Thanks haha.

On testing, I stole it from https://github.com/babel/ember-cli-babel It's just a basic smoke test, but it does fail when you break everything :).

kimroen commented 8 years ago

True, but what I'm missing is testing the other functionality like blueprints and linting, and preferably against multiple versions of ember-cli.

philipbjorge commented 8 years ago

Yeah I have no clue on testing those aspects, nor have I looked for examples yet.

As far as blueprints are concerned, I wouldn't be surprised if there isn't a testing strategy given that blueprints are inherently versioned since they're included with ember-cli...

I'll be sure to let you know if I find anything interesting.

kimroen commented 8 years ago

Thanks! :+1: