Skip to content

Commit ab327e6

Browse files
committed
chore: revert unintended change to common/core mocha config
1 parent 3d079d1 commit ab327e6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

core/common/.mocharc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
// limitations under the License.
1414
const config = {
1515
"enable-source-maps": true,
16-
"throw-deprecation": false,
16+
"throw-deprecation": true,
1717
"timeout": 10000,
1818
"recursive": true
1919
}

0 commit comments

Comments
 (0)