UNPKG

ya-ember-precompile

Version:

Precompile ember handlebars template files without the usage of jquery

10 lines (9 loc) 248 B
var page = require('webpage').create(); page.open('test.htm', function () { setTimeout(function () { var text = page.evaluate( function () { return $("#testresult").text(); } ); phantom.exit(text.trim() == 'other' ? 0 : -1); }, 5) });