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

feat: Improve test convention, update to v8 #20

Merged
merged 3 commits into from
Dec 19, 2024
Merged

feat: Improve test convention, update to v8 #20

merged 3 commits into from
Dec 19, 2024

Conversation

bigtimebuddy
Copy link
Member

@bigtimebuddy bigtimebuddy commented Dec 19, 2024

Changes

  • Convert ./test folder to Jest-convention src/__tests__, encourage the co-location of tests and source
  • Adds tsconfigTypes to optionally define a configuration for generating types
  • No longer adds test folder to the files to lint
  • Adds support for importing *.wgsl files as string in Jest
  • Fix: ensure tsconfig is set (now required for eslint@9)
  • Update test code to pixi.js@8 and example to use importmap
  • Add additional tsconfig options for more strictness
  • Removes triple-slash type hack, you can now use declare global in src and that will be outputted instead

@bigtimebuddy bigtimebuddy requested a review from Zyie December 19, 2024 16:36
@bigtimebuddy bigtimebuddy changed the title feat: Update test convention feat: Improve test convention, update to v8 Dec 19, 2024
@bigtimebuddy bigtimebuddy merged commit c58cfc9 into main Dec 19, 2024
4 checks passed
@bigtimebuddy bigtimebuddy deleted the dev branch December 19, 2024 19:28
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.

1 participant