2 of 6 standards met
Repository: denoland/node_test. Description: Vendored `test/` dir of Node.js repo Stars: 6, Forks: 2. Primary language: JavaScript. Languages: JavaScript (94.1%), C++ (2.8%), C (2.6%), Python (0.4%), TypeScript (0%). Open PRs: 0, open issues: 0. Last activity: 2mo ago. Community health: 50%. Top contributors: kt3k, bartlomieju, Tango992, littledivy.
Last 12 weeks · 1 commit
Git uses the OS default line endings unless specified, that is CRLF on Windows. This has caused our test fixtures to have incorrect line endings on Windows and makes some of the tests failed. The changes are based on https://github.com/nodejs/node/blob/main/.gitattributes