Jelajahi Sumber

fix(testing): Fix "fail is not defined" error

Michael Bromley 4 tahun lalu
induk
melakukan
c474d93672
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      packages/testing/src/error-result-guard.ts

+ 1 - 1
packages/testing/src/error-result-guard.ts

@@ -1,4 +1,4 @@
-declare function fail(error?: any): never;
+import { fail } from 'assert';
 
 /**
  * @description