We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8b6ded commit 84e78e9Copy full SHA for 84e78e9
1 file changed
CONTRIBUTING.md
@@ -73,11 +73,11 @@ These files support metadata tags in the format `// @metaDataName: value`. The
73
When one needs to test for scenarios which require multiple files, it is useful to use the `fileName` metadata tag as such:
74
75
```TypeScript
76
-// @filename: file1.ts
+// @fileName: file1.ts
77
export function f() {
78
}
79
80
-// @filename: file2.ts
+// @fileName: file2.ts
81
import { f as g } from "file1";
82
83
var x = g();
0 commit comments