From ff07abc6b2210234d7d28e25b375ca0c15e28802 Mon Sep 17 00:00:00 2001 From: fossabot Date: Mon, 25 Jun 2018 12:30:08 -0700 Subject: [PATCH] Add license scan report and status Signed-off-by: fossabot --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 1cefbbf..d44c5f9 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ # Bot Tester for Bot Builder Framework [![CircleCI](https://circleci.com/gh/microsoftly/BotTester.svg?style=shield)](https://circleci.com/gh/microsoftly/BotTester) [![npm version](https://badge.fury.io/js/bot-tester.svg)](https://badge.fury.io/js/bot-tester) [![Coverage Status](https://coveralls.io/repos/github/microsoftly/BotTester/badge.svg?branch=master)](https://coveralls.io/github/microsoftly/BotTester?branch=master) +[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Fmicrosoftly%2FBotTester.svg?type=shield)](https://app.fossa.io/projects/git%2Bgithub.com%2Fmicrosoftly%2FBotTester?ref=badge_shield) Simple framework that allows for easy testing of a botbuiler chatbot using mocha and chai. ## install ```bash @@ -511,3 +512,7 @@ describe('BotTester', () => { }); }); ``` + + +## License +[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Fmicrosoftly%2FBotTester.svg?type=large)](https://app.fossa.io/projects/git%2Bgithub.com%2Fmicrosoftly%2FBotTester?ref=badge_large) \ No newline at end of file