FamousArchives / generator-famous

for those who hate doing things once
123 stars 26 forks source link

Feature: Support for Unit/Integration Testing #36

Closed KraigWalker closed 8 years ago

KraigWalker commented 10 years ago

Testing is important. Like... Wearing a seatbelt or something.

Other projects like phonegap don't just scaffold a basic project to start with, but they also include a test.js file and bundle in the required modules/runners.

It'd be really great if generator-famous could do that as well, to ensure devs old and new can build on a concrete foundation.

MylesBorins commented 10 years ago

That is a great idea and I couldn't agree more. We are still in the process of trying to figure out the best testing stack. How how you been going about testing?

KraigWalker commented 10 years ago

Sorry. Kinda forgot about this. I've just been using Karma & Jasmine.

subtubes-io commented 9 years ago

Any update?

MylesBorins commented 9 years ago

We've been using tape + prova / testling in house. I could definitely add something to the gereator for a basic unit test this week

subtubes-io commented 9 years ago

If you get a chance thanks @TheAlphaNerd

MylesBorins commented 8 years ago

@KraigWalker would you be willing to close this?