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

added support jsdom for jest #23

Closed
wants to merge 14 commits into from
Closed

added support jsdom for jest #23

wants to merge 14 commits into from

Conversation

M9lTHblu
Copy link

No description provided.

package.json Outdated
@@ -43,6 +44,6 @@
"url-loader": "^4.1.1",
"webpack": "^5.46.0",
"webpack-cli": "^4.7.2",
"webpack-dev-server": "^3.11.2"
"webpack-dev-server": "^1.16.5"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Воу) это что-то слишком древняя версия

@@ -1,4 +1,6 @@
// @ts-check
/**
* @jest-environment jsdom
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Тут правильно это делать на уровне конфига

.idea/.gitignore Outdated
@@ -0,0 +1,5 @@
# Default ignored files
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Директории .idea не должно быть внутри репозитория

template.html Outdated
Comment on lines 2 to 9
<html lang='en'>
<head>

<title>Webpack template</title>
</head>
<body>
<div id='point'></div>
</body>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Пропало форматирование

@M9lTHblu
Copy link
Author

Здравствуйте, Кирилл! Исправил все замечания.

@M9lTHblu
Copy link
Author

👏🏻

@corsicanec82 corsicanec82 deleted the branch hexlet-boilerplates:master March 21, 2022 13:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants