Hard code test name in suggestion_diff_row_spec.js

This commit is contained in:
Winnie Hellmann 2019-04-08 20:09:37 +02:00
parent 84792c29ef
commit 41c5733f55

View file

@ -23,7 +23,7 @@ const newLine = {
type: 'new',
};
describe(SuggestionDiffRow.name, () => {
describe('SuggestionDiffRow', () => {
let wrapper;
const factory = (options = {}) => {