From fe50b4453635044f05b34729bd5c15fac07b0748 Mon Sep 17 00:00:00 2001 From: Justin Beckwith Date: Wed, 1 Aug 2018 20:21:12 -0700 Subject: [PATCH] test: throw on deprecation --- test/mocha.opts | 1 + 1 file changed, 1 insertion(+) diff --git a/test/mocha.opts b/test/mocha.opts index 064a86a23..d9499021d 100644 --- a/test/mocha.opts +++ b/test/mocha.opts @@ -1,3 +1,4 @@ --require intelli-espower-loader --timeout 10000 --require source-map-support/register +--throw-deprecation