Skip to content

Commit

Permalink
🐛 Fix E2E tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Sumolari committed Apr 30, 2019
1 parent 4f6e054 commit d936f3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/index.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ describe('Exported package', function () {

describe('When loading exported package', function () {
before('Load mixins', function () {
lodashMixins(_)
lodashMixins(_ as unknown as _.LoDashStatic)
})

for (const method of injectedMethods) {
Expand Down

0 comments on commit d936f3e

Please sign in to comment.