mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-23 00:52:33 +08:00
6 lines
216 B
TypeScript
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);
|