Skip to content
This repository has been archived by the owner on Sep 20, 2022. It is now read-only.

Commit

Permalink
test(api): simplify before test case
Browse files Browse the repository at this point in the history
  • Loading branch information
Hans Kristian Flaatten committed Aug 13, 2016
1 parent b6addae commit b31e457
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions test/tv.mobil.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,7 @@ const nrk = require('../');
before(function before(done) {
this.timeout(10000);

nrk.tv.mobil.categories(function categoriesCb() {
done();
});
nrk.tv.mobil.categories(done);
});

describe('categories()', function describe() {
Expand Down

0 comments on commit b31e457

Please sign in to comment.