Skip to content

Most of the way to green tests#729

Merged
NullVoxPopuli merged 1 commit intotyped-ember:mainfrom
machty:green-tests
Jun 21, 2024
Merged

Most of the way to green tests#729
NullVoxPopuli merged 1 commit intotyped-ember:mainfrom
machty:green-tests

Conversation

@machty
Copy link
Copy Markdown
Contributor

@machty machty commented Jun 20, 2024

This fixes or skips a number of test failures. At this point the only things failing are some of the type-tests, but don't have an immediate solution for those at this time. Probably make sense to merge this now.

@NullVoxPopuli NullVoxPopuli added the internal Changes that don't impact the published packages label Jun 20, 2024
@machty machty changed the title Green tests Most of the way to green tests Jun 21, 2024
@machty machty marked this pull request as ready for review June 21, 2024 14:13

expect(definitions).toMatchObject([{ targetUri: project.fileURI('index.gts') }]);
expect(diagnostics).toEqual([]);
expect(definitions).toMatchObject([{ targetUri: "file:///path/to/EPHEMERAL_TEST_PROJECT/index.gts" }]);
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

this part of test may fail on windows \ vs /

@NullVoxPopuli
Copy link
Copy Markdown
Contributor

image

As noted, the type tests are all that's failing now -- would be good to move those out to separate CI, tbh -- I'll handle that

@NullVoxPopuli NullVoxPopuli merged commit 2e45a79 into typed-ember:main Jun 21, 2024
@github-actions github-actions Bot mentioned this pull request Mar 23, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

internal Changes that don't impact the published packages

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants