amazon-archives / aws-cognito-angular-quickstart

An Angular(v5)-based QuickStart single-page app utilizing Amazon Cognito, S3, and DynamoDB (Serverless architecture)
https://cognito.budilov.com
Apache License 2.0
689 stars 304 forks source link

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

Open Nr18 opened 7 years ago

Nr18 commented 7 years ago

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!

vbudilov commented 7 years ago

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

Nr18 commented 7 years ago

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