Skip to content

Commit 195c61a

Browse files
committed
Fix test input
1 parent a65a778 commit 195c61a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e/handle-non-hoisted-swc-helpers/index.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ describe('handle-non-hoisted-swc-helpers', () => {
1414
}
1515
1616
export function getServerSideProps() {
17-
const helper = require('@swc/helpers/_/_object_spread.js')
17+
const helper = require('@swc/helpers/_/_object_spread')
1818
console.log(helper)
1919
return {
2020
props: {

0 commit comments

Comments
 (0)