aws-cognito-angular-quickstart icon indicating copy to clipboard operation
aws-cognito-angular-quickstart copied to clipboard

karma.conf.js and protractor.conf.js are missing

Open Nr18 opened this issue 8 years ago • 2 comments

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!

Nr18 avatar Aug 07 '17 11:08 Nr18

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 avatar Aug 07 '17 12:08 vbudilov

@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.

Nr18 avatar Aug 08 '17 08:08 Nr18