Skip to content

Commit 0560139

Browse files
committed
fix test case
1 parent f8b74e9 commit 0560139

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<script>
22
import { writable, readable, derived } from "./unknown"
3-
const w = writable(false)
4-
const r = readable({})
5-
const d = derived([a, b], () => {}, false)
3+
const w = writable()
4+
const r = readable()
5+
const d = derived([a, b], () => {})
66
</script>

0 commit comments

Comments
 (0)