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 e5f453c commit e00d502Copy full SHA for e00d502
test/units/vsoClientTests.ts
@@ -9,6 +9,7 @@ describe('VSOClient Units', function () {
9
let rest: rm.RestClient;
10
let vsoClient: vsom.VsoClient
11
const baseUrl: string = 'https://dev.azure.com/';
12
+
13
before(() => {
14
const userAgent: string = "testAgent";
15
rest = new rm.RestClient(userAgent, null, []);
0 commit comments