1. 13 3月, 2021 1 次提交
  2. 23 2月, 2021 1 次提交
    • A
      Move wtfnode setup to global setup · 6685b3a4
      Asher 提交于
      I think Jest provides separate console methods for each test so when the
      socket tests finish Jest complains that a test keeps trying to output.
      6685b3a4
  3. 02 2月, 2021 1 次提交
  4. 26 1月, 2021 1 次提交
  5. 22 1月, 2021 3 次提交
    • J
      fix: add void for resolve in socket test · 850c7e1a
      Joe Previte 提交于
      850c7e1a
    • J
      fix: prevent mocha/jest types conlict · 0a07d67c
      Joe Previte 提交于
      Modify the tsconfig.json in lib/vscode/src/build.
      
      This adds the flag skipLibCheck: true to tell TypeScript
      to not type-check the declaration files at build time.
      
      We need to add this because otherwise it checks the declaration
      files and reports an error of duplicate type definitions
      because we use Jest for our tests and they use Mocha and they
      both use the global namespace "test" in their .d.ts files.
      0a07d67c
    • J
      feat: setup jest · cef7d426
      Joe Previte 提交于
      cef7d426
  6. 31 10月, 2020 1 次提交
  7. 14 8月, 2020 1 次提交
  8. 05 2月, 2020 1 次提交