Skip to content

Commit

Permalink
fix: update test file
Browse files Browse the repository at this point in the history
  • Loading branch information
JLHwung committed Nov 10, 2021
1 parent 5692f9b commit 8096f11
Showing 1 changed file with 1 addition and 1 deletion.
@@ -1,5 +1,5 @@
import { parse } from "@babel/parser";
import shouldStoreRHSInTemporaryVariable from "../lib/shouldStoreRHSInTemporaryVariable";
import shouldStoreRHSInTemporaryVariable from "../src/shouldStoreRHSInTemporaryVariable";

function getFistObjectPattern(program) {
return parse(program, { sourceType: "module" }).program.body[0]
Expand Down

0 comments on commit 8096f11

Please sign in to comment.