The simplest project to use Jasmine standalone with AngularJS without use any package manager
- Jasmine standalone libraries files
- A simple Person class to be used as target of unit testing
- A simple angular Controller to be used in unit testing with angular ngMock
- Two files with unit tests for Person and PasswordController
- The page SpecRunner.html ready to run all the test and view the results