Skip to content

Commit

Permalink
test: use fakeRegistry for org test
Browse files Browse the repository at this point in the history
  • Loading branch information
zkat committed Jan 18, 2019
1 parent 5948a10 commit b522597
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/tap/org.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
'use strict'

var mr = require('npm-registry-mock')

var test = require('tap').test
var common = require('../common-tap.js')

var mr = common.fakeRegistry.compat

var server

test('setup', function (t) {
Expand Down

0 comments on commit b522597

Please sign in to comment.