Skip to content

Commit

Permalink
Polish a few tests
Browse files Browse the repository at this point in the history
  • Loading branch information
knutwannheden committed Sep 28, 2024
1 parent 0166305 commit 2a74c10
Showing 1 changed file with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import * as J from "../../../dist/java/tree";
import {connect, disconnect, rewriteRun, rewriteRunWithOptions, typeScript} from '../testHarness';
import {connect, disconnect, rewriteRun, typeScript} from '../testHarness';

describe('variable declaration mapping', () => {
beforeAll(() => connect());
Expand Down Expand Up @@ -28,9 +28,7 @@ describe('variable declaration mapping', () => {
});

test('const2', () => {
rewriteRunWithOptions(
// FIXME not quite there yet
{validatePrintIdempotence: false, allowUnknowns: true},
rewriteRun(
typeScript(
//language=javascript
`
Expand Down

0 comments on commit 2a74c10

Please sign in to comment.