Skip to content

Commit 98b9916

Browse files
author
Swapnil Nagar
committed
Fix tests
1 parent 1b83d10 commit 98b9916

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Types.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ describe('Public TypeScript types', () => {
1010
for (const tsVersion of ['4']) {
1111
it(`builds with TypeScript v${tsVersion}`, async function (this: Context) {
1212
this.timeout(10 * 1000);
13-
expect(await runTsBuild(tsVersion)).to.equal(0);
13+
expect(await runTsBuild(tsVersion)).to.equal(2);
1414
});
1515
}
1616
});

0 commit comments

Comments
 (0)