Skip to content

Commit

Permalink
test: add author back
Browse files Browse the repository at this point in the history
  • Loading branch information
hellyzh committed Jun 20, 2024
1 parent ff681fe commit 139a09f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT license.

/**
* @author Anne Fu <[email protected]>
*/
import { startDebugging, waitForTerminal } from "../../utils/vscodeOperation";
import {
initPage,
Expand Down
3 changes: 3 additions & 0 deletions packages/tests/src/ui-test/localdebug/localdebug-spfx.test.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT license.

/**
* @author Anne Fu <[email protected]>
*/
import { startDebugging, waitForTerminal } from "../../utils/vscodeOperation";
import {
initPage,
Expand Down

0 comments on commit 139a09f

Please sign in to comment.