Skip to content

Commit

Permalink
comment out some tests
Browse files Browse the repository at this point in the history
  • Loading branch information
thorn0 committed Mar 11, 2020
1 parent 78f69bc commit 23b1f7b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion tests/typescript_export/export-as-ns.ts
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
export * as utilities from "./utilities.js";
// TODO: uncomment when typescript-estree gets support for this syntax
// export * as utilities from "./utilities.js";
3 changes: 2 additions & 1 deletion tests/typescript_import_export/jsfmt.spec.js
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
run_spec(__dirname, ["typescript"]);
// TODO: remove disableBabelTS when Babel's TS plugin gets support for import/export `type` modifier
run_spec(__dirname, ['typescript'], { disableBabelTS: true });

0 comments on commit 23b1f7b

Please sign in to comment.