Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: remove redundant timeout definitions #1635

Merged
merged 4 commits into from
Jun 17, 2020
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions packages/webpack-cli/__tests__/init.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ const rimraf = require('rimraf');
const genPath = path.resolve(__dirname, './test-assets');
const firstPrompt = 'Will your application have multiple bundles?';

jest.setTimeout(60000);

describe('init', () => {
beforeAll(() => {
rimraf.sync(genPath);
Expand Down
2 changes: 0 additions & 2 deletions test/init/language/css/init-language-css.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ const ENTER = '\x0D';
const DOWN = '\x1B\x5B\x42';
const genPath = join(__dirname, 'test-assets');

jest.setTimeout(100000);

describe('init with SCSS', () => {
beforeAll(() => {
rimraf.sync(genPath);
Expand Down
2 changes: 0 additions & 2 deletions test/init/language/js/init-language-js.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ const ENTER = '\x0D';
const DOWN = '\x1B\x5B\x42';
const genPath = join(__dirname, 'test-assets');

jest.setTimeout(100000);

describe('init with Typescript', () => {
beforeAll(() => {
rimraf.sync(genPath);
Expand Down