Merge pull request #15 from Pear-Trading/TBSliver/Testing
Minor testing fixes
This commit is contained in:
commit
34465afc8d
3 changed files with 16 additions and 2 deletions
9
CHANGELOG.md
Normal file
9
CHANGELOG.md
Normal file
|
@ -0,0 +1,9 @@
|
|||
# Changelog
|
||||
|
||||
# Next Release
|
||||
|
||||
* Added Travis Testing
|
||||
|
||||
# v0.0.1-alpha.1
|
||||
|
||||
* Initial Alpha Release
|
|
@ -5,8 +5,8 @@ customers to see and submit data to the service.
|
|||
|
||||
| Branch | Status |
|
||||
| --- | --- |
|
||||
| *Master:* | [![Build Status](https://travis-ci.org/Pear-Trading/Foodloop-Web.svg?branch=master)](https://travis-ci.org/Pear-Trading/Foodloop-Web) |
|
||||
| *Development:* | [![Build Status](https://travis-ci.org/Pear-Trading/Foodloop-Web.svg?branch=development)](https://travis-ci.org/Pear-Trading/Foodloop-Web) |
|
||||
| *Master:* | [![Build Status](https://travis-ci.org/Pear-Trading/FoodLoop-Web.svg?branch=master)](https://travis-ci.org/Pear-Trading/FoodLoop-Web) |
|
||||
| *Development:* | [![Build Status](https://travis-ci.org/Pear-Trading/FoodLoop-Web.svg?branch=development)](https://travis-ci.org/Pear-Trading/FoodLoop-Web) |
|
||||
|
||||
## Getting Started
|
||||
|
||||
|
|
5
src/app/providers/org-graphs.service.spec.ts
Normal file
5
src/app/providers/org-graphs.service.spec.ts
Normal file
|
@ -0,0 +1,5 @@
|
|||
import { TestBed, ComponentFixture, async } from '@angular/core/testing';
|
||||
|
||||
describe('Service: OrgGraphsService', () => {
|
||||
|
||||
});
|
Reference in a new issue