Skip to content

Commit b3f2309

Browse files
authored
Merge pull request #38 from microsoftgraph/tests
Tests for Excel, Groups, OneNote, People and open extensions
2 parents c9f4345 + 20cbf5a commit b3f2309

33 files changed

+426
-23
lines changed

.gitignore

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,8 @@ samples/typescript/sample.d.ts
1515
samples/typescript/graph-typings.d.ts
1616
samples/typescript/sample.js.map
1717
src/index.d.ts
18-
test/secrets.json
18+
19+
spec/types/secrets*
20+
spec/types/*.js
21+
spec/types/*.d.ts
22+
spec/types/*.js.map

lib/graph-js-sdk-web.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ window.MicrosoftGraph = require('./lib/src/index.js');
55
},{"./lib/src/index.js":5}],2:[function(require,module,exports){
66
"use strict";
77
Object.defineProperty(exports, "__esModule", { value: true });
8-
var common_1 = require("./common");
98
var request = require("superagent");
109
var es6_promise_1 = require("es6-promise");
10+
var common_1 = require("./common");
1111
var ResponseHandler_1 = require("./ResponseHandler");
1212
var packageInfo = require('../../package.json');
1313
var GraphRequest = (function () {
@@ -3695,7 +3695,8 @@ module.exports={
36953695
},
36963696
"scripts": {
36973697
"build": "tsc && node node-browserify.js > lib/graph-js-sdk-web.js",
3698-
"test": "mocha lib/test"
3698+
"test": "mocha lib/test",
3699+
"test:types": "mocha lib/test"
36993700
},
37003701
"dependencies": {
37013702
"superagent": "^3.5.2",
@@ -3706,5 +3707,4 @@ module.exports={
37063707
"url": "https://github.com/microsoftgraph/msgraph-sdk-javascript.git"
37073708
}
37083709
}
3709-
37103710
},{}]},{},[1]);
Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/spec/core/responseHandling.js.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/spec/core/urlGeneration.js.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)