Skip to content

Commit 5d27373

Browse files
committed
some initial implementation, and a gitignore fix, as well as a testFileFolder
1 parent b872127 commit 5d27373

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packages/amazonq/test/e2e_new/amazonq/tests/rules.test.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ describe('Amazon Q Rules Functionality', function () {
1313
// this timeout is the general timeout for the entire test suite
1414
this.timeout(150000)
1515
let webviewView: WebviewView
16+
let tree: DefaultTreeSection
17+
let content: ViewContent
18+
let workbench: Workbench
1619

1720
before(async function () {
1821
// we assume that we've left off on a webview from a previous test

0 commit comments

Comments
 (0)