Skip to content

Commit 8dbb585

Browse files
committed
Split tests into core and types
1 parent c9f4345 commit 8dbb585

22 files changed

+23
-21
lines changed

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.

lib/spec/core/urlParsing.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.

0 commit comments

Comments
 (0)