Skip to content

Commit

Permalink
fix(la): require assertion in another file
Browse files Browse the repository at this point in the history
  • Loading branch information
bahmutov committed Dec 8, 2015
1 parent 2a69324 commit 28d215a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/test-module-version.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
var check = require('check-types');
var la = require('lazy-ass');
var check = require('check-more-types');
var verify = check.verify;
var q = require('q');
var _ = require('lodash');
Expand Down

0 comments on commit 28d215a

Please sign in to comment.