Skip to content

Commit

Permalink
[autofix.ci] apply automated fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
autofix-ci[bot] authored Aug 19, 2024
1 parent e360cb2 commit 38ac570
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion packages/runtime-dom/__tests__/patchProps.spec.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
import { patchProp } from '../src/patchProp'
import { h, nextTick, ref, render, vModelCheckbox, withDirectives } from '../src'
import {
h,
nextTick,
ref,
render,
vModelCheckbox,
withDirectives,
} from '../src'

describe('runtime-dom: props patching', () => {
test('basic', () => {
Expand Down

0 comments on commit 38ac570

Please sign in to comment.