allain / expect

helpers for writing jest like expect tests in deno
ISC License
45 stars 14 forks source link

Fix error due to enable of `importsNotUsedAsValues` #11

Closed singla-shivam closed 4 years ago

singla-shivam commented 4 years ago

Fix the following error due to Deno v1.4.0 error: TS1371 [ERROR]: This import is never used as a value and must use 'import type' because the 'importsNotUsedAsValues' is set to 'error'. import { Matcher, Matchers } from "./matchers.ts";

allain commented 4 years ago

Thanks!