0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2024-12-23 22:27:34 -05:00
verdaccio/test/functional/config.func.js

5 lines
67 B
JavaScript
Raw Normal View History

export const CREDENTIALS = {
user: 'test',
password: 'test'
};