Skip to content

Commit 58b5fc5

Browse files
author
Jamie Stumme
committed
Fix linting
2 parents a0f1661 + 70e8651 commit 58b5fc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: test/specs/mounting-options/provide.spec.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ describeWithShallowAndMount('options.provide', mountingMethod => {
122122
)
123123

124124
it('config with function throws', () => {
125-
config.provide = () => { }
125+
config.provide = () => {}
126126

127127
expect(() => {
128128
mountingMethod(ComponentWithInject, {

0 commit comments

Comments
 (0)