Skip to content
Browse files

Remove ES6 template strings for node 0.10+ compatibility

  • Loading branch information...
1 parent fdd47c6 commit 627b064aeecd7489f60516e8cacb7b3d1e7dba8a @danyshaanan danyshaanan committed
Showing with 1 addition and 1 deletion.
  1. +1 −1 test/strip-stack-overflow.js
View
2 test/strip-stack-overflow.js
@@ -3,7 +3,7 @@ var fun = require('../lib/utils').stripStackOverflow;
describe('stripStackOverflow', function() {
it('should not strip -f parameters in the title', function () {
- var title = `monitoring - How does the "tail" command's "-f" parameter ...`;
+ var title = 'monitoring - How does the "tail" command\'s "-f" parameter ...';
assert.equal(fun(title), title);
});
it('should strip Unix & Linux Stack Exchange', function() {

0 comments on commit 627b064

Please sign in to comment.
Something went wrong with that request. Please try again.