Skip to content

Commit

Permalink
style: biome format
Browse files Browse the repository at this point in the history
  • Loading branch information
mvantellingen committed Nov 26, 2024
1 parent f07193f commit f63dc80
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
20 changes: 10 additions & 10 deletions packages/bruno/src/__mocks__/query.graphql
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
# query.graphql

query GetCustomer($info: CustomerInfo!) {
customer(info: $info) {
...CustomerDetails
}
customer(info: $info) {
...CustomerDetails
}
}

fragment CustomerDetails on Customer {
firstName
email
addresses {
...AddressDetails
}
firstName
email
addresses {
...AddressDetails
}
}

fragment AddressDetails on Address {
id
city
id
city
}
2 changes: 1 addition & 1 deletion packages/bruno/vitest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export default defineConfig({
deps: {
fallbackCJS: true,
},
}
},
},
resolve: {
alias: {
Expand Down

0 comments on commit f63dc80

Please sign in to comment.