Commits
main
Name already in use
Commits on Feb 19, 2023
-
Merge pull request #82 from webstech/cw/escapee
ci: escape wildcards to avoid shell 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>
Commits on Feb 18, 2023
-
-
ci: do not expect bash on Windows
A full bash environment is only available with wsl2 so do not rely on it. Run spawned processes in cmd shell on Windows. `package.json` used for these tests now specify node should be run instead of relying on shebang support. Signed-off-by: Chris. Webster <chris@webstech.net>
Commits on Feb 16, 2023
-
Merge pull request #80 from webstech/win-support
ci/dev: Windows support
Commits on Feb 14, 2023
-
ci: windows support and windows specific test
Remove some shebang assumptions. Added test:safe:esm which runs some tests for Windows in the cmd shell. test:safe:bats tests run under bash so they do not test WIndows pathname issues. Signed-off-by: Chris. Webster <chris@webstech.net>
-
ci: do not rely on shebang support
Running on Windows needs the command to be specified in `package.json`. Signed-off-by: Chris. Webster <chris@webstech.net>
-
maint: change links to relative paths
git does not always create links so using relative paths expands on WIndows compatability. Signed-off-by: Chris. Webster <chris@webstech.net>
-
maint: replace link with actual file
git may not create links for the test file. Other test files are not links so maybe this does not need to be one either. 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 12, 2023
-
-
-
-
Merge pull request #74 from webstech/cw/bashshell
ci: use bash shell when spawning tests on windows
-
Merge pull request #75 from webstech/cw/importfile
fix: use file URL for esm import and remove node version check
Commits on Feb 6, 2023
-
fix: use file URL for esm import
The fully qualified path needs to be a URL type to work on Windows. Signed-off-by: Chris. Webster <chris@webstech.net>
-
maint: remove check for node esm support
Currently supported node versions no longer need the check for esm import support. Signed-off-by: Chris. Webster <chris@webstech.net>
-
ci: use bash shell when spawning tests on windows
Some spawned tests expect to be running in a UNIX environment (shebang checking for example). When spawning tests on Windows, the shell will now be bash. It is expected that maintainers will have bash available (it may be git bash). Signed-off-by: Chris. Webster <chris@webstech.net>
Commits on Feb 2, 2022
-
-
-
Merge pull request #67 from testdouble/dependabot/npm_and_yarn/unit/p…
…ath-parse-1.0.7 Bump path-parse from 1.0.5 to 1.0.7 in /unit
-
Merge pull request #63 from testdouble/dependabot/npm_and_yarn/unit/l…
…odash-4.17.21 Bump lodash from 4.17.15 to 4.17.21 in /unit
-
Merge pull request #68 from testdouble/dependabot/npm_and_yarn/path-p…
…arse-1.0.7 Bump path-parse from 1.0.6 to 1.0.7
-
Merge pull request #64 from testdouble/dependabot/npm_and_yarn/hosted…
…-git-info-2.8.9 Bump hosted-git-info from 2.8.8 to 2.8.9
-
Bump path-parse from 1.0.6 to 1.0.7
Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7. - [Release notes](https://github.com/jbgutierrez/path-parse/releases) - [Commits](https://github.com/jbgutierrez/path-parse/commits/v1.0.7) --- updated-dependencies: - dependency-name: path-parse dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
-
Bump path-parse from 1.0.5 to 1.0.7 in /unit
Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.5 to 1.0.7. - [Release notes](https://github.com/jbgutierrez/path-parse/releases) - [Commits](https://github.com/jbgutierrez/path-parse/commits/v1.0.7) --- updated-dependencies: - dependency-name: path-parse dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
-
Merge pull request #66 from testdouble/dependabot/npm_and_yarn/glob-p…
…arent-5.1.2 Bump glob-parent from 5.1.1 to 5.1.2
-
Merge pull request #62 from testdouble/dependabot/npm_and_yarn/lodash…
…-4.17.21 Bump lodash from 4.17.13 to 4.17.21
Commits on Jun 11, 2021
-
Bump glob-parent from 5.1.1 to 5.1.2
Bumps [glob-parent](https://github.com/gulpjs/glob-parent) from 5.1.1 to 5.1.2. - [Release notes](https://github.com/gulpjs/glob-parent/releases) - [Changelog](https://github.com/gulpjs/glob-parent/blob/main/CHANGELOG.md) - [Commits](gulpjs/glob-parent@v5.1.1...v5.1.2) --- updated-dependencies: - dependency-name: glob-parent dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
Commits on May 18, 2021
-
Merge pull request #65 from neall/readme-spelling-fixes
README spelling fixes
-