From 103696b992dcfa82c671de140483eb05c75dd94d Mon Sep 17 00:00:00 2001 From: endarova Date: Thu, 14 Nov 2019 10:58:11 +0200 Subject: [PATCH 1/2] update nativescript theme --- tests/code_sharing/ng_new_tests.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/code_sharing/ng_new_tests.py b/tests/code_sharing/ng_new_tests.py index 91fde51c..45816410 100644 --- a/tests/code_sharing/ng_new_tests.py +++ b/tests/code_sharing/ng_new_tests.py @@ -128,9 +128,9 @@ def create_app(app_data, shared, sample, theme, style, prefix, source_dir, webpa # Check theme if theme: - assert App.is_dependency(app_name=NGNewTests.app_name, dependency='nativescript-theme-core') + assert App.is_dependency(app_name=NGNewTests.app_name, dependency='@nativescript/theme') else: - assert not App.is_dependency(app_name=NGNewTests.app_name, dependency='nativescript-theme-core') + assert not App.is_dependency(app_name=NGNewTests.app_name, dependency='@nativescript/theme') # Check styling if style is None or style is StylingType.CSS: From 36be2b798a04f20dad854a5aa4c3dd4e3d0e1b93 Mon Sep 17 00:00:00 2001 From: endarova Date: Thu, 14 Nov 2019 12:11:05 +0200 Subject: [PATCH 2/2] update files --- tests/code_sharing/ng_new_tests.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/code_sharing/ng_new_tests.py b/tests/code_sharing/ng_new_tests.py index 45816410..178f9a63 100644 --- a/tests/code_sharing/ng_new_tests.py +++ b/tests/code_sharing/ng_new_tests.py @@ -139,7 +139,6 @@ def create_app(app_data, shared, sample, theme, style, prefix, source_dir, webpa assert 'app.android.scss' in result.output assert 'app.ios.scss' in result.output assert '_app-common.scss' in result.output - assert '_app-variables.scss' in result.output # Check webpack if webpack: