- //-------------------------------------------------------------------------------------------------------
- // Copyright (C) Microsoft. All rights reserved.
- // Licensed under the MIT license. See LICENSE.txt file in the project root for full license information.
- //-------------------------------------------------------------------------------------------------------
- //test that dynamic import works from module
- //this file is imported only once - dynamically from another module to check that the host is notified for that
- export const success = true;
|