Skip to content

Commit

Permalink
Merge branch 'version-3'
Browse files Browse the repository at this point in the history
  • Loading branch information
Julie Turner committed Mar 17, 2024
2 parents ff32620 + 5d64145 commit a5ee039
Show file tree
Hide file tree
Showing 6 changed files with 367 additions and 293 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## 3.24.0 - 2024-Mar-17

- graph
- Addresses #2960 - Fix DirectoryObject GetById Type
- Updated Batching - Support Chunked Batch Size

## 3.23.0 - 2024-Feb-19

- graph
Expand Down
12 changes: 5 additions & 7 deletions docs/contributing/local-debug-configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,11 @@ You can control which tests are run by including or omitting sp and graph sectio
The following configuration file allows you to run all the tests that do not contact services.

```js
var sets = {
testing: {
enableWebTests: false,
}
}

module.exports = sets;
export const settings = {
testing: {
enableWebTests: false,
},
}
```

## Test your setup
Expand Down
Loading

0 comments on commit a5ee039

Please sign in to comment.