Skip to content

Commit

Permalink
remove unneeded assignments
Browse files Browse the repository at this point in the history
  • Loading branch information
joshskeen committed May 20, 2016
1 parent fff2390 commit 17a05b7
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions test/test_alexa_app_utterances_schema.js
@@ -1,9 +1,6 @@
/*jshint expr: true*/
"use strict";
var chai = require("chai");
var chaiAsPromised = require("chai-as-promised");
var mockHelper = require("./helpers/mock_helper");
chai.use(chaiAsPromised);
var expect = chai.expect;
chai.config.includeStack = true;

Expand Down

0 comments on commit 17a05b7

Please sign in to comment.