Closed bmingles closed 2 weeks ago
Tests 📝 | Passed ✅ | Failed ❌ | Skipped ⏭️ | Pending ⏳ | Other ❓ | Flaky 🍂 | Duration ⏱️ |
6 | 6 | 0 | 0 | 0 | 0 | 0 | 04:54:53 |
Name | Status | ms | Flaky 🍂 |
---|---|---|---|
should default to the correct settings | passed ✅ | 1828 | |
should return custom settings: Empty configs | passed ✅ | 113 | |
should return custom settings: Populated configs | passed ✅ | 184 | |
should be able to load VSCode | passed ✅ | 478 | |
should only be visible when a supported file type is active: test.groovy | passed ✅ | 3213 | |
should only be visible when a supported file type is active: test.py | passed ✅ | 1112 |
No failed tests ✨
Running the debugger was intermittently failing due to a race condition with the npm
clean
script deleting theout
directory. This fix should ensure clean is completed before the 2 watch tasks start.