Skip to content

Commit 0d72102

Browse files
committed
rake format
1 parent 2e91b63 commit 0d72102

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/npm-packages/ruby-wasm-wasi/test-e2e/integrations/js-require-remote.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ if (!process.env.RUBY_NPM_PACKAGE_ROOT) {
117117
});
118118

119119
test("JS::RequireRemote#load loads the file with a path relative to the base_url specified by the base_url property.", async ({
120-
page
120+
page,
121121
}) => {
122122
const resolve = await resolveBinding(page, "checkResolved");
123123
await page.goto(

0 commit comments

Comments
 (0)