drashland / rhum

A test double library
https://drash.land/rhum
MIT License
92 stars 6 forks source link

Cannot use a tsconfig.json with Rhum #103

Closed ebebbington closed 2 years ago

ebebbington commented 3 years ago

Summary

Unable to use a tsconfig with rhum, using the following lib options: dom, deno.ns

Steps To Reproduce The Bug

  1. Import rhum into a file
  2. Create a ttsconfig with:
    {
    "compilerOptions": {
    "lib": ["dom", "deno.ns"]
    }
    }
  3. Run file with config
  4. See errors
  5. Remove rhum dep
  6. Run again
  7. See no errors

Expected Behavior

Should be able to use a tsconfig

Suggested Solution(s)

Update std dependencies (master is updated, it just needs to be released)

crookse commented 2 years ago

closing. no longer needed.