Add ember to project

This commit is contained in:
Tom Price
2016-08-09 13:18:19 +01:00
parent 024f08562b
commit bfdf0cabbe
139 changed files with 454 additions and 1 deletions

13
testem.js Normal file
View File

@@ -0,0 +1,13 @@
/*jshint node:true*/
module.exports = {
"framework": "qunit",
"test_page": "tests/index.html?hidepassed",
"disable_watching": true,
"launch_in_ci": [
"PhantomJS"
],
"launch_in_dev": [
"PhantomJS",
"Chrome"
]
};