splip in lodash-migrate for debugging
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
describe('Random Selector', function () {
|
||||
var randomSelector = require('../../../src/lib/selectors/random');
|
||||
var _ = require('lodash');
|
||||
var _ = require('lodash-migrate');
|
||||
var expect = require('expect.js');
|
||||
|
||||
it('chooses a selection by random', function () {
|
||||
|
||||
Reference in New Issue
Block a user