-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Provide a test setup (mocha/jasmine) as part of generator #2
Comments
Feel free to create a PR for this. Nevertheless, I'd prefer something like jest instead of Here are some links that might help: |
Super. Thank you so much. I will using this and send a PR after I make it work |
+1 on Jest |
I am bit busy and I will try to over on this sometime this month :) |
@HaNdTriX I am trying to use Jest to test the chrome extension. Problem is the the code I have written is in .jsx and statement like "import" is not supported. |
Sorry for my late reply. I am currently pretty busy. Please check out |
I made a simple karma + jasmine setup if anybody is interested. Can we use sinon-chrome with Jest or is there anything similar? |
I did a little research and have to admit, that there is no good alternative to |
I believe we should check out puppet for testing: |
@HaNdTriX your link just installs Chrome on a system where Puppet is already installed. Not sure how popular Puppet is these days but most Front-enders do not have it I think. |
@andreicristianpetcu sorry my fault. Fixed it. |
Can you provide a sample test case along with generator?
The text was updated successfully, but these errors were encountered: