Skip to content

Commit

Permalink
add onFinish to the test
Browse files Browse the repository at this point in the history
Relates #26
  • Loading branch information
alaa-yasin committed Sep 24, 2019
1 parent 9ccff50 commit 11d72e6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/feedback.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,4 @@ tape('testing post feedback route', (t) => {
}
});
});
tape.onFinish(() => process.exit(0));

0 comments on commit 11d72e6

Please sign in to comment.