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: add E2E test for Vite #16

Merged
merged 1 commit into from
Jan 9, 2024
Merged

Conversation

layershifter
Copy link
Collaborator

@layershifter layershifter commented Oct 20, 2023

Summary

This PR adds a simple E2E test for Vite to ensure that CSS gets build properly.

@changeset-bot
Copy link

changeset-bot bot commented Oct 20, 2023

⚠️ No Changeset found

Latest commit: a59e048

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@layershifter layershifter force-pushed the test/e2e-vite branch 3 times, most recently from 82dc9e1 to 8322e7d Compare December 15, 2023 14:05
@@ -20,6 +20,7 @@
"@wyw-in-js/ts-config": "workspace:*",
"dedent": "^1.5.1"
},
"main": "src/index.ts",
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Used to satisfy a resolver in Vite. As the package is private, it's not an issue.

Comment on lines +63 to +64
"clean": "del '{e2e,examples,packages}/*/{coverage,dist,esm,lib,types,tsconfig.tsbuildinfo}'",
"idea-exclude:artifacts": "idea-exclude artifacts \"{configs,e2e,examples,packages}/*/{.turbo,esm,lib,types}\"",
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Updated to clean and exclude new dirs.

@layershifter layershifter marked this pull request as ready for review December 15, 2023 14:27
@layershifter layershifter reopened this Jan 8, 2024
@Anber Anber merged commit f986670 into Anber:main Jan 9, 2024
4 checks passed
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.

2 participants