Add some integration tests for github-auth (#195729)

This commit is contained in:
Tyler James Leonhardt
2023-10-16 13:58:44 -07:00
committed by GitHub
parent 9abd7cbbc7
commit 482d5ba393
8 changed files with 283 additions and 1 deletions

View File

@@ -31,6 +31,11 @@ const extensions = [
workspaceFolder: path.join(os.tmpdir(), `nbout-${Math.floor(Math.random() * 100000)}`),
mocha: { timeout: 60_000 }
},
{
label: 'github-authentication',
workspaceFolder: path.join(os.tmpdir(), `msft-auth-${Math.floor(Math.random() * 100000)}`),
mocha: { timeout: 60_000 }
}
];