Commits
main
Name already in use
Commits on Nov 12, 2023
-
Merge pull request #104 from testdouble/check-compat-without-version
Don't use Node.js version number to determine loader capabilities
-
Commits on Oct 19, 2023
-
Merge pull request #103 from testdouble/add-list-mocked-modules
add listMockedModules
Commits on Oct 18, 2023
Commits on Sep 12, 2023
-
Merge pull request #102 from testdouble/support-register
support Node v20.6.0 ability to auto-register loader
Commits on Sep 6, 2023
Commits on May 7, 2023
Commits on May 6, 2023
Commits on Apr 21, 2023
Commits on Feb 19, 2023
-
Merge pull request #94 from webstech/cw/escapee
ci: suppress shell wildcard expansion
-
ci: escape wildcards to avoid shell expansion
Some quotings were incorrectly dropped adding Windows support. This resulted in globing of the input list instead of it being handled inside teenytest. It seems `"` is preferred over `'` for Windows and was used in other scripts. Signed-off-by: Chris. Webster <chris@webstech.net>
-
ci: force linends to lf on all platforms
Windows has issues running bash scripts with crlf. Signed-off-by: Chris. Webster <chris@webstech.net>
Commits on Feb 16, 2023
-
Merge pull request #93 from connorjclark/fix-proxy
allow proxy as default export
Commits on Feb 14, 2023
Commits on Feb 12, 2023
-
-
Merge pull request #92 from webstech/cw/new-node
ci: migrate to node v14 and expand Windows support
-
-
Merge pull request #91 from Trim/fix-esm-api-documentation-and-examples
Fix esm api documentation and examples
-
Merge pull request #89 from webstech/win-support
fix: enable running on Windows
Commits on Feb 10, 2023
-
ci - make node v14 min level for Windows support
Remove use of test/supports-esm.js. Some quoting is removed since the command is not in a shell. Signed-off-by: Chris. Webster <chris@webstech.net>