0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2025-04-01 02:42:23 -05:00

fix: unit test library reference

This commit is contained in:
Juan Picado @jotadeveloper 2017-07-08 18:35:08 +02:00
parent 53349fd096
commit 5b1ac962f2
No known key found for this signature in database
GPG key ID: 18AC54485952D158

View file

@ -2,7 +2,7 @@
const assert = require('assert');
const _ = require('lodash');
const notify = require('../../lib/notify').notify;
const notify = require('../../src/lib/notify').notify;
module.exports = function() {
const express = process.express;