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
{{ message }}
This repository has been archived by the owner on Nov 17, 2022. It is now read-only.
Make sure to check the existing issues in this repository
Please, tell us what's the problem?
[ ] A typo
[x] Wrong documentation
[ ] Improvement of existing article
[ ] Missing documentation
[ ] New article needed
Please, tell us more details
It looks like that (testing)[https://docs.nativescript.org/development-workflow.html#angular-testbed-integration] is giving wrong information regarding import { nsTestBedInit } from "nativescript-angular/testing";
If I install the library with npm i nativescript-angular --save-dev then I receive the following error Cannot find module 'nativescript-angular/testing' or its corresponding type declarations. from the import in the second line of setup.js. However, import { nsTestBedInit } from "@nativescript/angular/testing"; seems to be fixing the import issue.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Make sure to check the existing issues in this repository
Please, tell us what's the problem?
[ ] A typo
[x] Wrong documentation
[ ] Improvement of existing article
[ ] Missing documentation
[ ] New article needed
Please, tell us more details
It looks like that (testing)[https://docs.nativescript.org/development-workflow.html#angular-testbed-integration] is giving wrong information regarding
import { nsTestBedInit } from "nativescript-angular/testing";
If I install the library with
npm i nativescript-angular --save-dev
then I receive the following errorCannot find module 'nativescript-angular/testing' or its corresponding type declarations.
from the import in the second line of setup.js. However,import { nsTestBedInit } from "@nativescript/angular/testing";
seems to be fixing the import issue.The text was updated successfully, but these errors were encountered: