()
| 69 | return vs.Uri.file(path.join(fsPath(helloWorldFolder), "bin", fileName)); |
| 70 | } |
| 71 | function getTempTestFile() { |
| 72 | const fileName = `temp-${getRandomInt(0x1000, 0x10000).toString(16)}.dart`; |
| 73 | return vs.Uri.file(path.join(fsPath(helloWorldFolder), "test", fileName)); |
| 74 | } |
| 75 | it("and cancels launch if they click Show Errors", async () => { |
| 76 | await writeBrokenDartCodeIntoFileForTest(getTempProjectFile()); |
| 77 |
no test coverage detected