diff --git a/apps/ui-tests-app/nordic/nordic.ts b/apps/ui-tests-app/nordic/nordic.ts index bd855dc4a..f07336bb0 100644 --- a/apps/ui-tests-app/nordic/nordic.ts +++ b/apps/ui-tests-app/nordic/nordic.ts @@ -1,5 +1,4 @@ -function pageLoaded(args) { +export function pageLoaded(args) { var page = args.object; page.getViewById("label").text = "æøå"; -} -exports.pageLoaded = pageLoaded; \ No newline at end of file +} \ No newline at end of file