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(engine): Fix issue with running local tests on Mac with type definitions #1718

Merged
merged 2 commits into from
Oct 17, 2023

Conversation

tombrunet
Copy link
Member

  • Other (Provide information)

On Mac OS, something in the Karma/Webpack environment is getting confused by the .d.ts files. There are needed for development, but not for testing. This PR omits generating those files when running the 'npm test' on the engine.

This PR is related to the following issue(s):

Additional information can be found here:

Testing reference:

I have conducted the following for this PR:

  • I validated this code in Chrome and FF
  • I validated this fix in my local env
  • I provided details for testing
  • This PR has been reviewed and is ready for test
  • I understand that the title of this PR will be used for the next release notes.

@tombrunet tombrunet marked this pull request as ready for review October 17, 2023 19:33
@tombrunet tombrunet merged commit cd93f79 into master Oct 17, 2023
15 checks passed
@tombrunet tombrunet deleted the skip-declare-test branch October 17, 2023 19:48
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