Skip to content

Commit

Permalink
Add FIXME for unnamed test
Browse files Browse the repository at this point in the history
  • Loading branch information
alxndrsn committed Oct 23, 2018
1 parent d487471 commit dcc257c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/nools/lib.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,7 @@ describe('nools lib', function() {
});

describe('scheduled-task based', function() {
it('???', function() {
it('???', function() { // FIXME this test needs a proper name
// given
const config = {
c: personWithReports(aReportWithScheduledTasks(5)),
Expand Down

0 comments on commit dcc257c

Please sign in to comment.