To reproduce:
jake clean
jake runtests t=navigationBarItemsFunctions lint=false: The test succeeds.
- Go to
navigationBar.ts and add this won't compile to the top of the file.
jake runtests t=navigationBarItemsFunctions lint=false: Compilation fails.
- Go to
navigationBar.ts, remove the previous change, and add if (1) throw new Error(); to the top of getNavigationBarItems.
jake runtests t=navigationBarItemsFunctions lint=false: The test succeeds.
jake clean
jake runtests t=navigationBarItemsFunctions lint=false: The test fails.
The problem appears to be fixed in the gulp version already.