BitModern / test-quality-sdk

MIT License
3 stars 5 forks source link

invalid imports #11

Open mr-anton-t opened 1 year ago

mr-anton-t commented 1 year ago

STR

  1. Install: npm i @testquality/sdk

  2. Create demo file as demo.ts:

const singleClient = new ClientSdk({
  // clientId is provided when registering your app
  clientId: '***ClientId***',

  // clientSecret is provided when registering your app
  clientSecret: '***Token***',
});
  1. run command: tsc demo.ts

AR: see error:

image

mr-anton-t commented 1 year ago

@jbpitts please check

jbpitts commented 11 months ago

Didn't see this, what is demo.ts?

mr-anton-t commented 10 months ago

@jbpitts example of demo.ts in step 2