You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rename the api-surface.ts files to api-surface.test.ts
Refactor the code in the file to use tape-promise and the Typescript types, see example below.
Example
importtest,{Test}from"tape-promise/tape";import*asapiSurfacefrom"../../../main/typescript/public-api";test("Library can be loaded",(t: Test)=>{t.ok(apiSurface,"apiSurface truthy OK");t.end();});
Description
api-surface.ts
files toapi-surface.test.ts
tape-promise
and the Typescript types, see example below.Example
List of files for this batch
Acceptance Criteria
cc: @takeutak @sfuji822 @hartm @jonathan-m-hamilton @AzaharaC @kikoncuo @petermetz @arnab-roy @TonyRowntree @travis-payne @jagpreetsinghsasan @Jeff-Ushry @twiggins120 @awadhana @Leeyoungone @ty-lazar
The text was updated successfully, but these errors were encountered: