summaryrefslogtreecommitdiff
path: root/tests/unit_node/module_test.ts
AgeCommit message (Expand)Author
2024-09-05feat(check): turn on useUnknownInCatchVariables (#25465)David Sherret
2024-08-09fix: stub `node:module.register()` (#24965)Marvin Hagemeister
2024-07-25chore: update to `std@2024.07.19` (#24715)Asher Gomez
2024-05-20fix(node): stub findSourceMap for `ava` (#23899)Marvin Hagemeister
2024-04-05fix(ext/node): Add "module" to builtinsModule (#23242)Divy Srivastava
2024-03-08fix(ext/node): Implement `isBuiltin` in `node:module` (#22817)Nathan Whitaker
2024-02-13chore: use `@std` import instead of `@test_util/std` (#22398)Asher Gomez
2024-02-10chore: move cli/tests/ -> tests/ (#22369)Matt Mastracci