We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f81a158 commit df9090dCopy full SHA for df9090d
1 file changed
test/result-test.js
@@ -36,7 +36,7 @@ describe('Result', function() {
36
});
37
38
it('rejects when body insert comment missing', function (done) {
39
- return result.html()
+ result.html()
40
.catch(function (e) {
41
expect(e).to.be.an('error');
42
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() {
52
53
54
it('rejects when head insert comment missing', function (done) {
55
56
57
58
expect(e.message).to.equal("Fastboot was not able to find <!--EMBER_CLI_FASTBOOT_HEAD--> in base HTML. It could not replace the contents.");
0 commit comments