0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2025-03-18 02:22:46 -05:00

fixed current folder reference in tests

This commit is contained in:
Alex Kocharin 2014-12-22 23:52:08 +03:00
parent fad4f457ae
commit 09318d1943

View file

@ -5,7 +5,7 @@ var rimraf = require('rimraf')
var sinopia = require('../../')
var config = {
storage: './test-storage',
storage: __dirname + '/test-storage',
packages: {
'*': {
allow_access: '$all',