Skip to content
This repository has been archived by the owner on Jun 16, 2024. It is now read-only.

Commit

Permalink
Update generator-template.test.js
Browse files Browse the repository at this point in the history
  • Loading branch information
juanpicado committed Jun 7, 2022
1 parent 0a5326d commit 1d9a1c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion __tests__/generator-template.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const helpers = require('yeoman-test');
const constants = require('../helpers/constants');

describe('template generator', function() {
// jest.setTimeout(10000);
jest.setTimeout(10000);
const name = 'test';
const description = 'An amazing verdaccio plugin';
const githubUsername = 'testing';
Expand Down

0 comments on commit 1d9a1c5

Please sign in to comment.