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

fix(create-analog): add tsconfig references so IDE can recognise projects #65

Merged
merged 1 commit into from
Aug 30, 2022
Merged

fix(create-analog): add tsconfig references so IDE can recognise projects #65

merged 1 commit into from
Aug 30, 2022

Conversation

iamandrewluca
Copy link
Contributor

Before:
image

After:
image

@brandonroberts
Copy link
Member

Can you verify the tests still work correctly by running

node packages/create-analog/index.js analog-project
cd analog-project
yarn
yarn test

@iamandrewluca
Copy link
Contributor Author

iamandrewluca commented Aug 30, 2022

@brandonroberts yes, all good

❯ CI=true npm run test

> analog-project@0.0.0 test
> vitest


 RUN  v0.22.1 /Users/iamandrewluca/Projects/iamandrewluca/analog/analog-project/src

 ✓ app/app.component.spec.ts  (3 tests) 28ms

Test Files  1 passed (1)
     Tests  3 passed (3)
  Start at  21:48:09
  Duration  973ms (transform 377ms, setup 150ms, collect 128ms, tests 28ms)


analog-project on  main [+?] via  v16.16.0 took 2s 
❯ 

@brandonroberts brandonroberts merged commit 08c7467 into analogjs:main Aug 30, 2022
@iamandrewluca iamandrewluca deleted the fix-spec-tsconfig branch August 30, 2022 18:53
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