Skip to content

Commit

Permalink
Added support for unit-tests on Linux WSL2
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-jitbit committed Jan 5, 2024
1 parent b4a67b1 commit ca442a7
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions testenvironments.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
//this file enables debugging unit-tests on WSL2 ubuntu when working on Windows
{
"version": "1",
"environments": [
{
"name": "WSL-Ubuntu",
"type": "wsl",
"wslDistribution": "Ubuntu"
}
]
}

0 comments on commit ca442a7

Please sign in to comment.