Skip to content

Commit cd25651

Browse files
committed
chore: update tests after changes in nativescrtipt-dev-typescript
Adress changes caused by NativeScript/nativescript-dev-typescript#77
1 parent 91fc222 commit cd25651

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

products/nativescript/app.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,7 @@ def update(app_name, modules=True, angular=True, typescript=True, web_pack=True,
6464
result = run(cmd=update_script, log_level=logging.INFO)
6565
assert "Adding 'es6' lib to tsconfig.json..." in result.output
6666
assert "Adding 'dom' lib to tsconfig.json..." in result.output
67-
# Path mappings removed by https://github.com/NativeScript/nativescript-dev-typescript/pull/76
68-
assert 'Adding tns-core-modules path mappings lib' not in result.output
67+
assert 'Adding tns-core-modules path mappings lib' in result.output
6968
if web_pack and App.is_dev_dependency(app_name=app_name, dependency='nativescript-dev-webpack'):
7069
Npm.uninstall(package='nativescript-dev-webpack', option='--save-dev', folder=app_path)
7170
Npm.install(package=Settings.Packages.WEBPACK, option='--save-dev', folder=app_path)

0 commit comments

Comments
 (0)