aws-cognito-angular-quickstart
aws-cognito-angular-quickstart copied to clipboard
karma.conf.js and protractor.conf.js are missing
I tried to run the tests by running:
npm test
But i noticed that the karma.conf.js and protractor.conf.js are missing i created a new angular project and copied the files from there but the tests are not able to run (probably still missing something)
Cannot read property 'length' of undefined
TypeError: Cannot read property 'length' of undefined
Can you add the karma.conf.js and protractor.conf.js files that you are using?
Thanks!
Hi Joris,
I haven't created any tests for this project, but if you did, please submit a PR request and I will gladly add them to the project.
Vladimir
@vbudilov i see it i saw the test definition in the package.json so i assumed their were tests, i'm trying to build a console for my api based on your quickstart so if i have some tests for the quickstart part i will create a PR.