windows: fix some websocket tests (#8433)

* windows: fix some websocket tests

* this file should work now, report any errors

* make this change later

* add back running this with node

* add as const to these

---------

Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
This commit is contained in:
Meghan Denny
2024-01-24 19:40:59 -08:00
committed by GitHub
parent 7eeefc1497
commit effb8f189b
6 changed files with 17 additions and 28 deletions

View File

@@ -14,4 +14,4 @@ Set-Content $Script2 -Force -NoNewline -Value $CreateHashTable
Remove-Item -Path "build-release/codegen" -Recurse -Force -ErrorAction SilentlyContinue
Remove-Item -Path "build-release/js" -Recurse -Force -ErrorAction SilentlyContinue
Copy-Item -Path "build/codegen" -Destination "build-release/codegen" -Recurse -Force
Copy-Item -Path "build/js" -Destination "build-release/js" -Recurse -Force
Copy-Item -Path "build/js" -Destination "build-release/js" -Recurse -Force