Skip to content
This repository has been archived by the owner on Sep 20, 2024. It is now read-only.

Commit

Permalink
adds use strict
Browse files Browse the repository at this point in the history
  • Loading branch information
colestrode committed Jun 19, 2017
1 parent 0509371 commit c5d0fa1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions __test__/lib/Botkit.test.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
'use strict';

let botkit;

jest.mock('../../lib/CoreBot', () => 'corebot');
Expand Down

0 comments on commit c5d0fa1

Please sign in to comment.