Следуя инструкциям для руководства по NativeScript Angular, я делаю следующее:
(tns --version
отчеты 5.0.0
)
tns create HelloWorld --template tns-template-blank-ng
cd HelloWorld
tns run ios --emulator
// The HelloWorld app runs correctly
tns test init
// Select Jasmine
tns test ios --emulator
// Get the error:
NativeScript / 10.3.1 (10.3.1; iPhone): Executed 0 of 0 ERROR (0.009 secs / 0 secs)
// Also get the warning:
CONSOLE ERROR DEPRECATION: Setting specFilter directly on Env is deprecated, please use the specFilter option in `configure`
Если я переименуюсгенерированный example.js
до example.spec.js
Я получаю ту же ошибку.Если я перемещаю папку tests
в папку apps
, я получаю ту же ошибку.
Я не могу понять, как запустить модульные тесты с NS 5.