Skip to content

Commit 2d51a23

Browse files
committed
temp: only test cc in e2e tests
1 parent 5be837c commit 2d51a23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/src/testE2E/codecatalyst/client.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ let projectName: CodeCatalystProject['name']
8787
* integ tests, but using the ssh hostname that we get from
8888
* {@link prepareDevEnvConnection}.
8989
*/
90-
describe('Test how this codebase uses the CodeCatalyst API', function () {
90+
describe.only('Test how this codebase uses the CodeCatalyst API', function () {
9191
let client: CodeCatalystClient
9292
let commands: CodeCatalystCommands
9393
let webviewClient: CodeCatalystCreateWebview

0 commit comments

Comments
 (0)