We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 290cb50 commit 18054ccCopy full SHA for 18054cc
packages/core/src/testInteg/appBuilder/serverlessLand/main.test.ts
@@ -38,7 +38,7 @@ describe('Serverless Land Integration', async () => {
38
await fs.delete(path.join(workspaceFolder.uri.fsPath, projectFolder), { recursive: true })
39
})
40
41
- describe(':) Path', async () => {
+ describe('Happy Path', async () => {
42
it('creates an AppBuilderRootNode with correct label', async () => {
43
/**
44
* Selection:
0 commit comments