-
-
Notifications
You must be signed in to change notification settings - Fork 155
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
Testing bound handlebars helpers #5
Comments
I've been considering a moduleForSnippet("{{datetime due}}")
test("datetime", function() {
var context = this.subject({
due: Date.now()
})
// ... |
That looks fantastic! |
👍 |
🍺 |
Any movement on this? Has anyone figured out a good way to test these with ES6 modules? ...I'm using the EAK/CLI. |
👍 |
Pull request #11 looks good. Why could it not be merged? |
\cc @rpflorence |
Is this going to be pulled into master any time soon? |
what is the progress of moduleForSnippet? I did not see any update. |
👍 |
moduleForSnippet is now basically |
Confirm. |
Opening this issue following stefanpenner/ember-test-helpers#3.
It would be great to have a test helper or at least an example how to (unit) test a bound handlebars helper.
Thanks!
The text was updated successfully, but these errors were encountered: