File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# FastBoot
22
3+ [ ![ Greenkeeper badge] ( https://badges.greenkeeper.io/ember-fastboot/fastboot.svg )] ( https://greenkeeper.io/ )
4+
35[ ![ npm version] ( https://badge.fury.io/js/fastboot.svg )] ( https://badge.fury.io/js/fastboot )
46[ ![ Build Status] ( https://travis-ci.org/ember-fastboot/fastboot.svg?branch=master )] ( https://travis-ci.org/ember-fastboot/ember-fastboot-server )
57![ Ember Version] ( https://embadge.io/v1/badge.svg?start=2.3.0 )
Original file line number Diff line number Diff line change 2626 },
2727 "homepage" : " https://github.com/ember-fastboot/fastboot#readme" ,
2828 "dependencies" : {
29- "chalk" : " ^0.5 .1" ,
30- "cookie" : " ^0.2.3 " ,
29+ "chalk" : " ^2.0 .1" ,
30+ "cookie" : " ^0.3.1 " ,
3131 "debug" : " ^2.1.0" ,
32- "exists-sync" : " 0.0.3 " ,
32+ "exists-sync" : " 0.0.4 " ,
3333 "najax" : " ^1.0.2" ,
3434 "rsvp" : " ^3.0.16" ,
3535 "simple-dom" : " ^0.3.0" ,
3636 "source-map-support" : " ^0.4.0"
3737 },
3838 "devDependencies" : {
39- "chai" : " ^3.5 .0" ,
40- "chai-as-promised" : " ^5.2.0 " ,
39+ "chai" : " ^4.1 .0" ,
40+ "chai-as-promised" : " ^7.1.1 " ,
4141 "express" : " ^4.13.3" ,
42- "fs-promise" : " ^0.5.0 " ,
43- "mocha" : " ^2 .4.5 " ,
42+ "fs-promise" : " ^2.0.3 " ,
43+ "mocha" : " ^3 .4.2 " ,
4444 "mocha-jshint" : " ^2.3.1" ,
4545 "rimraf" : " ^2.5.4" ,
4646 "temp" : " ^0.8.3"
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ describe('Result', function() {
3636 } ) ;
3737
3838 it ( 'rejects when body insert comment missing' , function ( done ) {
39- return result . html ( )
39+ result . html ( )
4040 . catch ( function ( e ) {
4141 expect ( e ) . to . be . an ( 'error' ) ;
4242 expect ( e . message ) . to . equal ( "Fastboot was not able to find <!--EMBER_CLI_FASTBOOT_BODY--> in base HTML. It could not replace the contents." ) ;
@@ -52,7 +52,7 @@ describe('Result', function() {
5252 } ) ;
5353
5454 it ( 'rejects when head insert comment missing' , function ( done ) {
55- return result . html ( )
55+ result . html ( )
5656 . catch ( function ( e ) {
5757 expect ( e ) . to . be . an ( 'error' ) ;
5858 expect ( e . message ) . to . equal ( "Fastboot was not able to find <!--EMBER_CLI_FASTBOOT_HEAD--> in base HTML. It could not replace the contents." ) ;
You can’t perform that action at this time.
0 commit comments