0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2025-01-06 22:40:26 -05:00

chore: avoid template test case is being run

This commit is contained in:
Juan Picado @jotadeveloper 2019-06-13 22:16:40 +02:00
parent 0fa26293a8
commit e3da67fad9
No known key found for this signature in database
GPG key ID: 15AA875EF3768142

View file

@ -37,7 +37,7 @@ describe('endpoint example unit test', () => {
beforeAll(function(done) {
// 1. We create a route for a custom storage folder for this test
const store = path.join(__dirname, '../partials/store/test-jwt-storage');
const store = path.join(__dirname, '../../partials/store/test-template-storage');
// 2. The port must be unique (at this point this is not automated, need to be checked manually)
const mockServerPort = 55546;
// 3. Use rimraf to clean the state each time you run the test