2016-09-15 06:28:29 -04:00
|
|
|
// Type definitions for Microsoft ODSP projects
|
|
|
|
// Project: ODSP
|
|
|
|
|
2017-03-13 06:33:59 -04:00
|
|
|
/* Global definition for UNIT_TEST builds
|
|
|
|
Code that is wrapped inside an if(UNIT_TEST) {...}
|
|
|
|
block will not be included in the final bundle when the
|
|
|
|
--ship flag is specified */
|
2016-09-15 06:28:29 -04:00
|
|
|
declare const UNIT_TEST: boolean;
|