Fix bracketSpacing typo in tests (#299)

master
Michał Pierzchała 2017-01-18 21:22:12 +01:00 committed by Christopher Chedeau
parent 4c1a7b1082
commit 5199144878
4 changed files with 4 additions and 4 deletions

View File

@ -48,7 +48,7 @@ export {
andMore,
soWeCanGetItTo80Columns
};
export { fitsIn, oneLine };
export {fitsIn, oneLine};
"
`;

View File

@ -1,2 +1,2 @@
run_spec(__dirname);
run_spec(__dirname, {bracketsSpacing: false});
run_spec(__dirname, {bracketSpacing: false});

View File

@ -48,6 +48,6 @@ import {
andMore,
soWeCanGetItTo80Columns
} from \".\";
import { fitsIn, oneLine } from \".\";
import {fitsIn, oneLine} from \".\";
"
`;

View File

@ -1,2 +1,2 @@
run_spec(__dirname);
run_spec(__dirname, {bracketsSpacing: false});
run_spec(__dirname, {bracketSpacing: false});