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 Typescript HMR #4689

Merged
merged 4 commits into from
Jun 28, 2018
Merged

Conversation

timneutkens
Copy link
Member

@timneutkens timneutkens commented Jun 28, 2018

Fixes #4686

Adds tests for @zeit/next-typescript so that we don't regress on this again.

I've fixed an issue in the next CLI too which caused lingering processes when the process gets force killed, which is what we do in the test suite, so it kept running if there was no manual quit.

describe('Page Extensions', () => {
beforeAll(async () => {
context.appPort = await findPort()
context.server = await launchApp(join(__dirname, '../'), context.appPort, true)
Copy link
Member

Choose a reason for hiding this comment

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

launchApp does not require a third argument true

(I also saw this in other integration tests)

@timneutkens timneutkens merged commit 17e410a into vercel:canary Jun 28, 2018
@timneutkens timneutkens deleted the fix/hmr-pageextensions branch June 28, 2018 18:07
@lock lock bot locked as resolved and limited conversation to collaborators Jun 28, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Next 6.1.0 TypesScript HMR broken
2 participants