Skip to content

Commit 8ef12b4

Browse files
authored
docs: delete useless code (#3198)
1 parent 91d6488 commit 8ef12b4

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

packages/reactive/docs/api/autorun.md

-1
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,6 @@ import { observable, autorun } from '@formily/reactive'
104104
const obs1 = observable({
105105
aa: 0,
106106
})
107-
const fn = jest.fn()
108107
const dispose = autorun(() => {
109108
const obs2 = autorun.memo(() =>
110109
observable({

packages/reactive/docs/api/autorun.zh-CN.md

-1
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,6 @@ import { observable, autorun } from '@formily/reactive'
104104
const obs1 = observable({
105105
aa: 0,
106106
})
107-
const fn = jest.fn()
108107
const dispose = autorun(() => {
109108
const obs2 = autorun.memo(() =>
110109
observable({

0 commit comments

Comments
 (0)