Skip to content

Commit

Permalink
Merge pull request #76 from codeforequity-at/remove_emulators
Browse files Browse the repository at this point in the history
moved emulators to botium-cli
  • Loading branch information
Botium authored Apr 11, 2018
2 parents 8ea0311 + 37a9db2 commit f21df5c
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 f21df5c

Please sign in to comment.