Skip to content

Commit b87ac7e

Browse files
committed
tests update
1 parent 61a2f2b commit b87ac7e

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Gruntfile.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -310,10 +310,10 @@ module.exports = function(grunt) {
310310
coverage: {
311311
options: {
312312
thresholds: {
313-
'statements': 51.37,
314-
'branches': 33.88,
315-
'functions': 45.55,
316-
'lines': 52.14
313+
statements: 52.71,
314+
branches: 35.25,
315+
functions: 47.01,
316+
lines: 53.41
317317
},
318318
dir: 'coverage',
319319
root: 'test'

test/unit/directives/directiveEditRepoCommit.unit.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ describe('directiveEditRepoCommit'.bold.underline.blue, function() {
211211
var $el = ctx.element[0]
212212
.querySelector('.commit.load > time.commit-time');
213213
expect($el).to.be.ok;
214-
expect($el.innerText).to.equal('2 months ago');
214+
expect($el.innerText).to.equal('3 months ago');
215215
});
216216

217217
});

0 commit comments

Comments
 (0)