Enable all disabled win32 tests (#3618)

* Enable all disabled win32 tests

* Skip one test
This commit is contained in:
Adam Sunderland
2024-08-23 10:50:40 -04:00
committed by GitHub
parent 9a385fb474
commit 5cd8ab3812
8 changed files with 112 additions and 155 deletions

View File

@ -912,3 +912,7 @@ export async function createProjectAndRenameIt({
await page.getByLabel('checkmark').last().click()
}
export function executorInputPath(fileName: string): string {
return join('src', 'wasm-lib', 'tests', 'executor', 'inputs', fileName)
}