Commits
main
Name already in use
Commits on Mar 28, 2023
Commits on Mar 20, 2023
-
Merge pull request testdouble#509 from Trim/esm-export-func-as-function
add missing function alias for ES module
-
Commits on Mar 13, 2023
-
-
Merge pull request testdouble#508 from maxbeatty/browser-global
Replace usage of global with globalThis for better browser support
Commits on Mar 12, 2023
-
-
-
-
-
BREAKING CHANGE: only support node engines greater than or equal to 14 node v14 end-of-life 2023-04-30
Commits on Feb 19, 2023
-
Merge pull request testdouble#505 from testdouble/build-on-windows
Add windows to the build
-
-
Merge pull request testdouble#506 from webstech/cw/winwin
ci: improve Windows support
Commits on Feb 13, 2023
-
ci: do not expect shebang support on Windows
Specify command to run in scripts named 'test:example:*'. Signed-off-by: Chris. Webster <chris@webstech.net>
-
dev: support Windows based developers
Add control so files are checked out with lf and not crlf. A number of tests are shell scripts that run under bash and Windows lineends are not supported. Signed-off-by: Chris. Webster <chris@webstech.net>
-
ci - teenytest-proxy Windows support
npm installs packages differently based on the platform. The `.bin` entry the proxy was using is a symlink on UNIX type platforms but may have three different forms on WIndows. The actual installed package will now be required directly. This is still a temporary patch pending fixes for the issues identified in the proxy file. Signed-off-by: Chris. Webster <chris@webstech.net>
Commits on Feb 12, 2023
-
Merge pull request testdouble#504 from Trim/document-replaceesm-api
add documentation for td.replaceEsm API
-
-
-
-
-
-
-
-
-
It isn't clear why this won't work with npm ci but I assume it has so…
…mething to do with local paths
-
-
-