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

test: make tests pass on Windows with Unix EOL #40002

Closed
wants to merge 2 commits into from

Commits on Sep 5, 2021

  1. test: make tests pass on Windows with Unix EOL

    It is possible on Windows to configure Git to checkout line-endings
    "as-is", which for Node.js means Unix-style.
    This change makes the tests that rely on line endings pass in that case.
    targos committed Sep 5, 2021
    Copy the full SHA
    5cbb45b View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2021

  1. Update test/es-module/test-esm-invalid-pjson.js

    Co-authored-by: Antoine du Hamel <duhamelantoine1995@gmail.com>
    targos and aduh95 committed Sep 6, 2021
    Copy the full SHA
    6af6553 View commit details
    Browse the repository at this point in the history