Commit 41c5733f authored by Winnie Hellmann's avatar Winnie Hellmann

Hard code test name in suggestion_diff_row_spec.js

parent 84792c29
...@@ -23,7 +23,7 @@ const newLine = { ...@@ -23,7 +23,7 @@ const newLine = {
type: 'new', type: 'new',
}; };
describe(SuggestionDiffRow.name, () => { describe('SuggestionDiffRow', () => {
let wrapper; let wrapper;
const factory = (options = {}) => { const factory = (options = {}) => {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment