You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
tns migrate , or install rc of all dependencies listed above
tns test ios/android
Result: Tests run but there are warning in log:
WARNING in ../node_modules/nativescript-hook/index.js 56:27-51
Critical dependency: the request of a dependency is an expression
@ ../node_modules/nativescript-unit-test-runner/postinstall.js
@ ../node_modules/nativescript-unit-test-runner sync (?<!App_Resources.*).(xml|css|js|(?<!d.)ts|scss)$
@ ./main.ts
WARNING in ../node_modules/nativescript-hook/index.js 64:11-53
Critical dependency: the request of a dependency is an expression
@ ../node_modules/nativescript-unit-test-runner/postinstall.js
@ ../node_modules/nativescript-unit-test-runner sync (?<!App_Resources.*).(xml|css|js|(?<!d.)ts|scss)$
@ ./main.ts
The text was updated successfully, but these errors were encountered:
Steps:
tns create MyApp --js
tns test init
tns migrate
, or install rc of all dependencies listed abovetns test ios/android
Result: Tests run but there are warning in log:
WARNING in ../node_modules/nativescript-hook/index.js 56:27-51
Critical dependency: the request of a dependency is an expression
@ ../node_modules/nativescript-unit-test-runner/postinstall.js
@ ../node_modules/nativescript-unit-test-runner sync (?<!App_Resources.*).(xml|css|js|(?<!d.)ts|scss)$
@ ./main.ts
WARNING in ../node_modules/nativescript-hook/index.js 64:11-53
Critical dependency: the request of a dependency is an expression
@ ../node_modules/nativescript-unit-test-runner/postinstall.js
@ ../node_modules/nativescript-unit-test-runner sync (?<!App_Resources.*).(xml|css|js|(?<!d.)ts|scss)$
@ ./main.ts
The text was updated successfully, but these errors were encountered: