Skip to content

fix: Tests fails on windowsΒ #1162

@a-wallen

Description

@a-wallen

Description

I'm developing on a windows machine, and tests for this project fail out of the box due to the difference in path separators on the host machine "" vs "/".

  1. One way to resolve this issue is to use something like 'Platform.pathSeparator'. Right now, it seems like "/" is hardcoded in some areas.

  2. Another way to resolve this is to dockerize the project

Requirements

  • All CI/CD checks are passing.
  • There is no drop in the test coverage percentage.

Additional Context

No response

Metadata

Metadata

Assignees

Labels

bugSomething isn't working as expectedfeatureA new feature or requestp2Important issues not at the top of the work list

Type

No type

Projects

Status

Backlog

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions