Files
NativeScript/apps/tests/ui/view/view-tests.ios.ts
2015-03-03 10:34:40 +02:00

6 lines
216 B
TypeScript

import commonTests = require("./view-tests-common");
// merge the exports of the application_common file with the exports of this file
declare var exports;
require("utils/module-merge").merge(commonTests, exports);