Skip to content

Commit

Permalink
no only
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonkuhrt committed Dec 18, 2024
1 parent 609d286 commit 1fa5079
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions integration-tests/testkit/test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ export const test = testBase.extend<Context>({
const targetAccessToken = await projectSingle.createTargetAccessToken({});
await use(targetAccessToken);
},
// "single" branch
cliSingle: async ({ targetAccessTokenSingle }, use) => {
const cli = createCLI({
readwrite: targetAccessTokenSingle.secret,
Expand Down
2 changes: 1 addition & 1 deletion integration-tests/tests/cli/dev.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ describe('dev --remote', () => {
await expect(supergraph.read()).resolves.toMatch('http://localhost/bar');
});

test.only('uses latest composable version by default', async ({
test('uses latest composable version by default', async ({
org,
projectFederation: project,
cliFederation: cli,
Expand Down

0 comments on commit 1fa5079

Please sign in to comment.