Skip to content

Commit

Permalink
Run test separately
Browse files Browse the repository at this point in the history
  • Loading branch information
fisker committed Dec 30, 2022
1 parent e208bb2 commit d97769e
Show file tree
Hide file tree
Showing 8 changed files with 1,166 additions and 6 deletions.

Large diffs are not rendered by default.

File renamed without changes.
3 changes: 3 additions & 0 deletions tests/format/flow/interface-types/break/jsfmt.spec.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
run_spec(import.meta, ["babel", "flow"], { trailingComma: "none" });
run_spec(import.meta, ["babel", "flow"], { trailingComma: "es5" });
run_spec(import.meta, ["babel", "flow"], { trailingComma: "all" });
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
run_spec(import.meta, ["flow", "babel-flow"], {trailingComma: "none"});
run_spec(import.meta, ["flow", "babel-flow"], {trailingComma: "es5"});
run_spec(import.meta, ["flow", "babel-flow"], {trailingComma: "all"});
run_spec(import.meta, ["flow", "babel-flow"], { trailingComma: "none" });
run_spec(import.meta, ["flow", "babel-flow"], { trailingComma: "es5" });
run_spec(import.meta, ["flow", "babel-flow"], { trailingComma: "all" });

0 comments on commit d97769e

Please sign in to comment.