12345 |
- run_spec(__dirname, ["flow", "typescript"]);
- run_spec(__dirname, ["flow", "typescript"], { tabWidth: 4 });
- run_spec(__dirname, ["flow", "typescript"], { useTabs: true });
- run_spec(__dirname, ["flow", "typescript"], { useTabs: true, tabWidth: 4 });
|