Skip to content

Commit a85adb9

Browse files
committedDec 7, 2020
test: fix tests re: #9669
1 parent 8b152e3 commit a85adb9

File tree

2 files changed

+0
-31
lines changed

2 files changed

+0
-31
lines changed
 

‎test/typescript/main.test.js

-9
Original file line numberDiff line numberDiff line change
@@ -31,15 +31,6 @@ describe('typescript syntax', function() {
3131
assert.equal(errors.length, 0);
3232
});
3333

34-
it('reports error on invalid getter syntax', function() {
35-
const errors = runTest('schemaGettersSetters.ts');
36-
if (process.env.D && errors.length) {
37-
console.log(errors);
38-
}
39-
assert.equal(errors.length, 1);
40-
assert.ok(errors[0].messageText.messageText.includes('incorrect: number'), errors[0].messageText.messageText);
41-
});
42-
4334
it('handles maps', function() {
4435
const errors = runTest('maps.ts');
4536
if (process.env.D && errors.length) {

‎test/typescript/schemaGettersSetters.ts

-22
This file was deleted.

0 commit comments

Comments
 (0)
Please sign in to comment.