Skip to content

Commit

Permalink
Make travis like my tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Lauren Budorick committed Mar 20, 2015
1 parent 41e3aa8 commit b1a1329
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions test/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,14 +57,12 @@ describe('range', function() {
var vt = new Glyphs(new Protobuf(new Uint8Array(magic)));
var json = JSON.parse(JSON.stringify(vt, nobuffer));
jsonEqual('range', json);
fs.writeFile(__dirname + '/magic.pbf', magic, function(err) {
assert.ifError(err);
done();
});
done();
});
});

it('longrange', function(done) {
this.timeout(10000);
fontnik.range(opensans, 0, 1024, function(err, data) {
assert.ifError(err);
assert.ok(data);
Expand Down

0 comments on commit b1a1329

Please sign in to comment.