Skip to content

Commit

Permalink
Removed useless imports in mention spec
Browse files Browse the repository at this point in the history
  • Loading branch information
nikitasakau committed Dec 3, 2019
1 parent 3bf4a60 commit 8c22579
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions specs/mention_spec.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
const { BotMock, SlackApiMock } = require('botkit-mock')
const assert = require('assert')

const { getBasicController } = require('./helpers')
const mentionController = require('../features/mention.js')
const replies = require('../features/mention/replies')
const { removeCodeFromMessage } = require('../lib/middleware')

describe('Mention controller', () => {
beforeEach(() => {
Expand Down

0 comments on commit 8c22579

Please sign in to comment.