-
-
Notifications
You must be signed in to change notification settings - Fork 4.9k
Testing - imported module - not exists #224
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
you might need to update the test files if you're using the angular2-jwt within your application. I'm going to close this for now but feel free to comment more or reopen the issue |
But update how? Which file? Give me some clues |
see https://github.com/AngularClass/angular2-webpack-starter/blob/master/src/custom_typings.d.ts I'm going to ask |
This was referenced Nov 27, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm new to webpack, karma, tslint and so on, but find Your seed great and want to use it in designing my angular modules.
So I have questions. Here is first:
In my project I've installed
angular2-jwt
module (using npm so it's innode_modules
folder).In
localhost:3000
everything works but when I hitnpm test
I have errorError: Cannot find module "angular2-jwt/angular2-jwt"
I suppose I have to include it in spec-boundle.js but have no idea how.
The text was updated successfully, but these errors were encountered: