Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
jshawl committed Nov 28, 2023
1 parent 82e0026 commit ca41d6e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/hosted-buttons/index.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -137,10 +137,10 @@ describe("HostedButtons", () => {
expect.objectContaining({
body: JSON.stringify({
button_type: "FIXED_PRICE",
entry_point: "SDK",
hosted_button_id: "B1234567890",
id: "EC-1234567890",
merchant_id: "M1234567890",
entry_point: "SDK",
}),
})
);
Expand Down
5 changes: 1 addition & 4 deletions vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,7 @@ export default defineConfig({
setupFiles: ["vitestSetup.js"],
include: ["**/src/**/*.test.{js,jsx}"],
deps: {
inline: [
"@krakenjs/post-robot",
"@krakenjs/zoid"
],
inline: ["@krakenjs/post-robot", "@krakenjs/zoid"],
},
globals: true,
},
Expand Down

0 comments on commit ca41d6e

Please sign in to comment.