Skip to content
This repository was archived by the owner on Feb 12, 2024. It is now read-only.

Commit 892e247

Browse files
lower case lodash
1 parent 7eb9abb commit 892e247

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/cli-tests/test-object.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ const expect = require('chai').expect
55
const nexpect = require('nexpect')
66
const HttpAPI = require('../../src/http-api')
77
const repoPath = require('./index').repoPath
8-
const _ = require('Lodash')
8+
const _ = require('lodash')
99

1010
describe('object', () => {
1111
const env = _.clone(process.env)

0 commit comments

Comments
 (0)