Christopher Chedeau 2017-04-04 18:44:48 -07:00 committed by GitHub
parent 1578e180f4
commit b2c63b291d
2 changed files with 1 additions and 9 deletions

View File

@ -6,10 +6,3 @@ exports[`spread.js 1`] = `
type TypeB = { ...TypeA };
"
`;
exports[`spread.js 2`] = `
"type TypeB = { ...TypeA };
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
type TypeB = { ...TypeA };
"
`;

View File

@ -1,2 +1 @@
run_spec(__dirname);
run_spec(__dirname, {parser: 'flow'});
run_spec(__dirname, null, ["babylon"]);