Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewBarba committed Jun 21, 2016
1 parent d3d79ef commit 2416b38
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions test/test.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
'use strict';

const fs = require('fs');
const APNS = require('../lib/apns');
const should = require('should');

// Package
const APNS = require('../');
const errors = APNS.errors;
const HTTP2Client = require('../lib/http2-client');
const should = require('should');

describe('http2', () => {

Expand Down

0 comments on commit 2416b38

Please sign in to comment.