Merge pull request #15 from Pear-Trading/TBSliver/Testing

Minor testing fixes
This commit is contained in:
Tom Bloor 2017-09-15 12:43:00 +01:00 committed by GitHub
commit 34465afc8d
3 changed files with 16 additions and 2 deletions

9
CHANGELOG.md Normal file
View file

@ -0,0 +1,9 @@
# Changelog
# Next Release
* Added Travis Testing
# v0.0.1-alpha.1
* Initial Alpha Release

View file

@ -5,8 +5,8 @@ customers to see and submit data to the service.
| Branch | Status | | Branch | Status |
| --- | --- | | --- | --- |
| *Master:* | [![Build Status](https://travis-ci.org/Pear-Trading/Foodloop-Web.svg?branch=master)](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) | | *Development:* | [![Build Status](https://travis-ci.org/Pear-Trading/FoodLoop-Web.svg?branch=development)](https://travis-ci.org/Pear-Trading/FoodLoop-Web) |
## Getting Started ## Getting Started

View file

@ -0,0 +1,5 @@
import { TestBed, ComponentFixture, async } from '@angular/core/testing';
describe('Service: OrgGraphsService', () => {
});