summaryrefslogtreecommitdiff
path: root/test/sequential/test-module-loading.js
AgeCommit message (Expand)Author
2018-12-17doc,lib,test: capitalize comment sentencesRuben Bridgewater
2018-10-12test: refactor common.ddCommand()Rich Trott
2018-10-07test: add module require tests for certain package.json errorsTom White
2018-07-18test: refactor test-module-loading assertionsBruno Pinho
2018-06-01test: avoid empty fixture in module testRich Trott
2018-02-16test: update a few tests to work on OpenBSDAaron Bieber
2018-01-31test: move tmpdir to submodule of commonRich Trott
2018-01-29module: use internal/errors.js in module.requireJoyee Cheung
2018-01-03test: update references to archived repositoryTobias Nießen
2017-11-15module: speed up package.json parsingBen Noordhuis
2017-08-07test: begin normalizing fixtures useJames M Snell
2017-07-24lib: include cached modules in module.childrenBen Noordhuis
2017-07-21doc, lib, test: do not re-require needlesslyVse Mozhet Byt
2017-06-21test: fix RegExp nitsVse Mozhet Byt
2017-05-14test: make the rest of tests path-independentVse Mozhet Byt
2017-05-05test: reduce string concatenationsVse Mozhet Byt
2017-05-03test: move WPT to its own testing moduleRich Trott
2017-05-02test: minor fixes to test-module-loading.jsWalter Huang
2017-03-29tools: add unescaped regexp dot rule to linterBrian White
2017-03-10meta: restore original copyright headerJames M Snell
2017-02-21test: add regex check to test-module-loadingTarang Hirani
2017-01-11test: use eslint to fix var->const/letGibson Fahnestock
2017-01-02test: use const for all require() callscjihrig
2016-12-07test: invalid package.json causes error when require()ing in directorySam Shull
2016-10-26test: use strict assertions in module loader testBen Noordhuis
2016-10-24test: add more module loader test coverageBen Noordhuis
2016-04-22test,benchmark: use deepStrictEqual()Rich Trott
2016-04-03test: fix error message checks in test-module-loadingJames M Snell
2016-03-25fs: Buffer and encoding enhancements to fs APIJames M Snell
2016-02-10test: remove unneeded common.indirectInstanceOf()Rich Trott
2016-01-13test: fix style issues after eslint updateMichaël Zasso
2015-12-16module,src: do not wrap modules with -1 lineOffsetcjihrig
2015-11-20module: fix column offsets in errorsTristian Flanagan
2015-10-06module: remove unnecessary property and methodSakthipriyan Vairamani
2015-09-28test: replace deprecated util.debug() callsRich Trott
2015-05-19test: enable linting for testsRoman Reiss
2015-01-12Remove excessive copyright/license boilerplateisaacs
2014-12-17test: split test in parallel/sequentialFedor Indutny