Skip to content

Commit

Permalink
chore: computed.spec move to test
Browse files Browse the repository at this point in the history
  • Loading branch information
cuixiaorui committed Aug 18, 2021
1 parent 038a4b2 commit d04a2fe
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { computed } from "./computed";
import { reactive } from "./reactive";
import { computed } from "../src/computed";
import { reactive } from "../src/reactive";

describe("computed", () => {
it("should compute lazily", () => {
Expand Down

0 comments on commit d04a2fe

Please sign in to comment.