Skip to content

Commit e7d3ccd

Browse files
committed
adding ember version to fastboot test
1 parent 1431a1f commit e7d3ccd

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

fastboot-tests/fastboot-1.0-test.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ const setupTest = require('ember-fastboot-addon-tests').setupTest;
66

77
describe('FastBoot 2.0', function() {
88
setupTest('fastboot', {
9-
emberCliFastbootVersion: '2.0.0'
9+
emberCliFastbootVersion: '2.0.0',
10+
emberVersion: 'latest'
1011
});
1112

1213
it('index page', function() {

0 commit comments

Comments
 (0)