Skip to content

Commit

Permalink
moved emulators to botium-cli
Browse files Browse the repository at this point in the history
  • Loading branch information
codeforequity-at committed Apr 11, 2018
1 parent 8ea0311 commit 37a9db2
Show file tree
Hide file tree
Showing 51 changed files with 14,379 additions and 27,144 deletions.
1 change: 0 additions & 1 deletion .eslintignore
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
**/node_modules/*
src/emulator/*
16 changes: 0 additions & 16 deletions .release-it.json

This file was deleted.

90 changes: 0 additions & 90 deletions bin/testmybot.js

This file was deleted.

2 changes: 0 additions & 2 deletions bin/testmybot.spec.js

This file was deleted.

2 changes: 0 additions & 2 deletions emulator-browser.js

This file was deleted.

2 changes: 0 additions & 2 deletions emulator-console.js

This file was deleted.

5 changes: 0 additions & 5 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,3 @@ module.exports.helper = {
mocha: () => require('./src/helpers/mocha'),
botkit: () => require('./src/helpers/botkit')
}

module.exports.emulator = {
console: () => require('./src/emulator/console/index'),
browser: () => require('./src/emulator/browser/index')
}
Loading

0 comments on commit 37a9db2

Please sign in to comment.