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:
parent
53349fd096
commit
5b1ac962f2
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue