Skip to content

Commit

Permalink
tests: sort requires
Browse files Browse the repository at this point in the history
  • Loading branch information
dcousens committed Mar 10, 2015
1 parent 1695735 commit 33591b9
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions test/index.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
var test = require('tape')
var fs = require('fs')
var asn1 = require('parse-asn1/asn1')
var parseKeys = require('parse-asn1')
var crt = require('browserify-rsa')
var crypto = require('crypto')
var fixtures = require('./fixtures')
var parseKeys = require('parse-asn1')
var test = require('tape')

function isNode10 () {
return process.version && process.version.split('.').length === 3 && parseInt(process.version.split('.')[1], 10) <= 10
Expand Down

0 comments on commit 33591b9

Please sign in to comment.