Closed

Description
To reproduce:
jake clean
jake runtests t=navigationBarItemsFunctions lint=false
: The test succeeds.- Go to
navigationBar.ts
and addthis 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 addif (1) throw new Error();
to the top ofgetNavigationBarItems
. 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.
Metadata
Metadata
Assignees
Labels
No labels