Skip to content

Commit

Permalink
tests: remove .only modifier
Browse files Browse the repository at this point in the history
  • Loading branch information
ascott18 committed Nov 18, 2024
1 parent 39212a5 commit 82485d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/coalesce-vue/test/api-client.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -898,7 +898,7 @@ describe("$makeCaller", () => {
});

describe("useResponseCaching", () => {
test.only("dehydrates and hydrates object results", async () => {
test("dehydrates and hydrates object results", async () => {
let requestNum = 1;

const mock = mockEndpoint(
Expand Down

0 comments on commit 82485d8

Please sign in to comment.