Skip to content

Commit

Permalink
chore: avoid template test case is being run
Browse files Browse the repository at this point in the history
  • Loading branch information
juanpicado committed Jun 13, 2019
1 parent 0fa2629 commit e3da67f
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -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
Expand Down

0 comments on commit e3da67f

Please sign in to comment.