Skip to content

Commit

Permalink
Fix spelling (#3635)
Browse files Browse the repository at this point in the history
Changed spelling to "truthy"
  • Loading branch information
plroebuck authored Dec 22, 2018
1 parent a9f3526 commit 0b9bc69
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/reporters/xunit.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ describe('XUnit reporter', function() {
});

describe('done', function() {
describe('if fileStream is truthly', function() {
describe('if fileStream is truthy', function() {
it('should run callback with failure inside streams end', function() {
var xunit = new XUnit({on: function() {}, once: function() {}});
var callback = function(failures) {
Expand Down Expand Up @@ -159,7 +159,7 @@ describe('XUnit reporter', function() {
});

describe('write', function() {
describe('if fileStream is truthly', function() {
describe('if fileStream is truthy', function() {
it('should call fileStream write with line and new line', function() {
var xunit = new XUnit({on: function() {}, once: function() {}});
var fileStream = {
Expand Down

0 comments on commit 0b9bc69

Please sign in to comment.