0
0
mirror of https://github.com/nodejs/node.git synced 2024-12-01 16:10:02 +01:00
nodejs/test/sequential
Ben Noordhuis 8fca311857 test: add more module loader test coverage
Verify that a package.json without a .main property loads index.js.

PR-URL: https://github.com/nodejs/node/pull/9196
Reviewed-By: Brian White <mscdex@mscdex.net>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Evan Lucas <evanlucas@me.com>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
2016-10-24 22:48:43 +02:00
..
sequential.status Revert "crypto: add crypto.timingSafeEqual" 2016-08-23 10:52:32 -07:00
test-child-process-emfile.js tools: add eslint rule prefer-assert-methods 2016-09-20 16:35:39 -07:00
test-child-process-execsync.js test: remove unneeded escaping in template strings 2016-10-18 15:28:21 -07:00
test-child-process-fork-getconnections.js tools: add eslint rule prefer-assert-methods 2016-09-20 16:35:39 -07:00
test-child-process-pass-fd.js test: fix flaky test-child-process-pass-fd 2016-08-22 15:21:28 -07:00
test-crypto-timing-safe-equal.js test: make crypto.timingSafeEqual test less flaky 2016-09-11 21:06:10 -07:00
test-debug-host-port.js src: make debugger listen on 127.0.0.1 by default 2016-08-23 21:10:34 +02:00
test-debugger-debug-brk.js
test-deprecation-flags.js Revert "repl,util: insert carriage returns in output" 2016-08-19 11:48:52 -05:00
test-dgram-pingpong.js
test-fs-watch.js test: fix flaky fs-watch tests 2016-08-18 09:54:43 -07:00
test-http-regr-gh-2928.js
test-init.js
test-module-loading.js test: add more module loader test coverage 2016-10-24 22:48:43 +02:00
test-net-GH-5504.js
test-net-server-address.js test: cleanup test-net-server-address.js 2016-09-29 10:37:54 +03:00
test-next-tick-error-spin.js
test-pipe.js
test-process-warnings.js tools: add additional ESLint rules 2016-09-20 23:21:10 -04:00
test-regress-GH-784.js
test-regress-GH-877.js test: use strict equality in regression test 2016-08-16 20:51:39 -07:00
test-regress-GH-1697.js
test-regress-GH-1726.js
test-regress-GH-4015.js
test-regress-GH-4027.js
test-require-cache-without-stat.js
test-stream2-fs.js
test-stream2-stderr-sync.js
test-util-debug.js
test-vm-timeout-rethrow.js
testcfg.py