You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore(scripts): normalize paths and include typeRoots for Windows (ionic-team#11933)
Short description of what this resolves:
Allows our e2e tests to run on a Windows machine
Changes proposed in this pull request:
Normalize paths using path.join()
Add typeRoots to the root tsconfig file
Change the spawnedCommand based on the OS
Fixes: ionic-team#11551
console.log(`Can't find E2E test "${folderInfo.componentName}/test/${folderInfo.componentTest}". Make sure that the test exists and you are passing the correct folder.`);
65
+
console.log('Cannot find E2E test ',join(folderInfo.componentName,'test',folderInfo.componentTest),'. Make sure that the test exists and you are passing the correct folder.');
0 commit comments