From 251218af8b3947d0bad531d995dbb4e161058143 Mon Sep 17 00:00:00 2001 From: Alex Browne Date: Wed, 16 May 2018 17:36:37 -0700 Subject: Use make-promises-safe to catch unhandled rejections in tests --- packages/sol-compiler/test/compiler_test.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'packages/sol-compiler/test/compiler_test.ts') diff --git a/packages/sol-compiler/test/compiler_test.ts b/packages/sol-compiler/test/compiler_test.ts index d0f121897..dc8eb1c4e 100644 --- a/packages/sol-compiler/test/compiler_test.ts +++ b/packages/sol-compiler/test/compiler_test.ts @@ -1,5 +1,6 @@ import { DoneCallback } from '@0xproject/types'; import * as chai from 'chai'; +import 'make-promises-safe'; import 'mocha'; import { Compiler } from '../src/compiler'; -- cgit v1.2.3