2017-02-10 19:22:33 -05:00
|
|
|
// Type definitions for Microsoft ODSP projects
|
|
|
|
// Project: ODSP
|
|
|
|
|
2017-05-02 03:12:37 -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 */
|
2017-02-10 19:22:33 -05:00
|
|
|
declare const UNIT_TEST: boolean;
|