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

build: updates ts-node version (#2757) #1394

Merged
merged 4 commits into from
Jul 20, 2022
Merged

build: updates ts-node version (#2757) #1394

merged 4 commits into from
Jul 20, 2022

Conversation

seanmalbert
Copy link
Collaborator

This brings over a fix from core which updates the ts-node version

@netlify
Copy link

netlify bot commented Jul 19, 2022

Deploy Preview for detroit-public-dev ready!

Name Link
🔨 Latest commit 1e3a1c3
🔍 Latest deploy log https://app.netlify.com/sites/detroit-public-dev/deploys/62d85704d6637d00091ab372
😎 Deploy Preview https://deploy-preview-1394--detroit-public-dev.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

@netlify
Copy link

netlify bot commented Jul 19, 2022

Deploy Preview for detroit-partners-dev ready!

Name Link
🔨 Latest commit 1e3a1c3
🔍 Latest deploy log https://app.netlify.com/sites/detroit-partners-dev/deploys/62d8570470d00d0008612736
😎 Deploy Preview https://deploy-preview-1394--detroit-partners-dev.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

@netlify
Copy link

netlify bot commented Jul 19, 2022

Deploy Preview for detroit-storybook-dev ready!

Name Link
🔨 Latest commit 1e3a1c3
🔍 Latest deploy log https://app.netlify.com/sites/detroit-storybook-dev/deploys/62d85704747d3d0009c7ae06
😎 Deploy Preview https://deploy-preview-1394--detroit-storybook-dev.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

Copy link
Collaborator

@YazeedLoonat YazeedLoonat left a comment

Choose a reason for hiding this comment

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

looks good, just a console log

backend/core/test/afs/afs.e2e-spec.ts Outdated Show resolved Hide resolved
@@ -457,7 +457,7 @@ describe("Applications", () => {
await supertest(app.getHttpServer())
.get(`/applications/${createRes.body.id}`)
.set(...setAuthorization(user1AccessToken))
.expect(404)
.expect(500)
Copy link
Collaborator

Choose a reason for hiding this comment

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

Just curious why this changed here

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

This change was also done in core, and we should look into why this changed there. I'll create an issue off of this.

Co-authored-by: Yazeed Loonat <YazeedLoonat@gmail.com>
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.

None yet

3 participants