fix: add filenames to flow-verify test descriptions (#2991)

master
Chris Voll 2017-10-08 03:04:40 -04:00 committed by Simon Lydell
parent 4a6b61aaf3
commit 67e4b7db04
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ function run_spec(dirname, options, additionalParsers) {
rangeEnd: rangeEnd
});
const output = prettyprint(source, path, mergedOptions);
test(`${mergedOptions.parser} - ${parser.parser}-verify`, () => {
test(`${filename} - ${mergedOptions.parser}-verify`, () => {
expect(raw(source + "~".repeat(80) + "\n" + output)).toMatchSnapshot(
filename
);