summaryrefslogtreecommitdiff
path: root/std/node/module_test.ts
AgeCommit message (Expand)Author
2021-02-02chore: remove std directory (#9361)Casper Beyer
2021-01-10update copyright to 2021 (#9081)Ryan Dahl
2021-01-06fix(std/node): resolve files in symlinked directories (#8840)Liam Murphy
2020-11-03build: migrate to dlint (#8176)Bartek Iwańczuk
2020-10-26rename(std/testing): rename assert*Contains to assert*Includes (#7951)Tim Reichen
2020-09-27feat(fmt): Sort named import and export specifiers (#7711)David Sherret
2020-09-21chore: add copyright (#7593)tokiedokie
2020-09-08test(std/node): make tests runnable from any directory (#7397)Casper Beyer
2020-07-14Use dprint for internal formatting (#6682)David Sherret
2020-06-12refactor: Don't destructure the Deno namespace (#6268)Nayeem Rahman
2020-06-05Rename abbreviated assertions in std/testing (#6118)Casper Beyer
2020-04-28BREAKING: remove overload of Deno.test() (#4951)Bartek Iwańczuk
2020-04-20std/node: require_ -> require (#4828)Nikolai Vavilov
2020-03-19fix: stack traces for modules imported via std/node's require (#4035)Nikolai Vavilov
2020-03-16test: Fix broken test and remove redundant test file (#4390)Chris Knight
2020-02-11refactor: rewrite tests in std/ to use Deno.test (#3930)Bartek Iwańczuk
2020-01-29Partial implementation of node os polyfill based on currently available Deno ...cknight
2019-11-19std/node: add some Node.js polyfill to require() (#3382)Kevin (Kun) "Kassimo" Qian
2019-10-09remove std submoduleRyan Dahl
2019-10-04Move deno_std to a more convenient location. (#3057)Ryan Dahl