Skip to content

Commit 9ef909c

Browse files
authored
Document running tests against Graph API
1 parent b3f2309 commit 9ef909c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,9 @@ These steps are not required to use this library.
306306

307307
```npm pack``` bundles the npm module.
308308

309-
```npm test``` runs tests.
309+
```npm test``` runs tests of the core library (URL parsing, mock responses, etc)
310+
311+
```npm run test:types``` to run tests against the Graph API for users, groups, Excel, OneNote, etc.
310312

311313
To build only browser version:
312314
```

0 commit comments

Comments
 (0)